snapraid: 10.0 -> 11.0
This commit is contained in:
parent
2ca507a2b8
commit
247a77ad00
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user