Merge pull request #20643 from makefu/snapraid/update/11.0

snapraid: 10.0 -> 11.0
This commit is contained in:
Jörg Thalheim 2016-11-24 12:00:13 +01:00 committed by GitHub
commit 9338d326c2

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;