snapraid: 10.0 -> 11.0

This commit is contained in:
makefu 2016-11-23 10:50:58 +01:00
parent 2ca507a2b8
commit 247a77ad00
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "snapraid-${version}";
version = "10.0";
version = "11.0";
src = fetchurl {
url = "https://github.com/amadvance/snapraid/releases/download/v${version}/snapraid-${version}.tar.gz";
sha256 = "1mhs0gl285a5y2bw6k04lrnyg1pp2am7dfcsvg0w4vr5h2ag3p7p";
sha256 = "0wapbi8ph7qcyh1jwyrn2r5slzsznlxvg137r4l02xgaaf42p9rh";
};
doCheck = true;