summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/snapraid
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-11-23 10:50:58 +0100
committermakefu <github@syntax-fehler.de>2016-11-23 10:50:58 +0100
commit247a77ad002e233d16f63bfe68234ecaf275b120 (patch)
tree31d9f16ea922ee8866622aba018b4851de4919e2 /pkgs/tools/filesystems/snapraid
parent2ca507a2b8408228cacb56f59dfbf0039bcff6c2 (diff)
snapraid: 10.0 -> 11.0
Diffstat (limited to 'pkgs/tools/filesystems/snapraid')
-rw-r--r--pkgs/tools/filesystems/snapraid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/snapraid/default.nix b/pkgs/tools/filesystems/snapraid/default.nix
index 3946d6fcef84..bbaad516ebe0 100644
--- a/pkgs/tools/filesystems/snapraid/default.nix
+++ b/pkgs/tools/filesystems/snapraid/default.nix
@@ -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;