Merge pull request #88227 from r-ryantm/auto-update/snapraid

snapraid: 11.3 -> 11.4
This commit is contained in:
Mario Rodas 2020-05-23 00:41:49 -05:00 committed by GitHub
commit 9485d1f267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "snapraid";
version = "11.3";
version = "11.4";
src = fetchFromGitHub {
owner = "amadvance";
repo = "snapraid";
rev = "v${version}";
sha256 = "08rwz55njkr1w794y3hs8nxc11vzbv4drds9wgxpf6ps8qf9q49f";
sha256 = "1mhinc9wny4a1xdrbksdl58kfrsh1cxp79zcgsl99gnyw47r22jy";
};
VERSION = version;