summary refs log tree commit diff
path: root/pkgs/tools/filesystems/snapraid
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2016-10-01 14:02:58 +0200
committermakefu <makefu@syntax-fehler.de>2016-10-01 14:28:53 +0200
commit0b6d9734c92da3b6d7f06cefe52423c85731b034 (patch)
tree31d07f3e0ee7bf06504aa1fa9b446859ea6d4ebe /pkgs/tools/filesystems/snapraid
parentd9c6879ae277c5474987b01e655329f25ef16b33 (diff)
downloadnixpkgs-0b6d9734c92da3b6d7f06cefe52423c85731b034.tar
nixpkgs-0b6d9734c92da3b6d7f06cefe52423c85731b034.tar.gz
nixpkgs-0b6d9734c92da3b6d7f06cefe52423c85731b034.tar.bz2
nixpkgs-0b6d9734c92da3b6d7f06cefe52423c85731b034.tar.lz
nixpkgs-0b6d9734c92da3b6d7f06cefe52423c85731b034.tar.xz
nixpkgs-0b6d9734c92da3b6d7f06cefe52423c85731b034.tar.zst
nixpkgs-0b6d9734c92da3b6d7f06cefe52423c85731b034.zip
snapraid: 8.1 -> 10.0
enable tests for snapraid
Diffstat (limited to 'pkgs/tools/filesystems/snapraid')
-rw-r--r--pkgs/tools/filesystems/snapraid/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/snapraid/default.nix b/pkgs/tools/filesystems/snapraid/default.nix
index c4dc72644d9..3946d6fcef8 100644
--- a/pkgs/tools/filesystems/snapraid/default.nix
+++ b/pkgs/tools/filesystems/snapraid/default.nix
@@ -2,13 +2,15 @@
 
 stdenv.mkDerivation rec {
   name = "snapraid-${version}";
-  version = "8.1";
+  version = "10.0";
 
   src = fetchurl {
     url = "https://github.com/amadvance/snapraid/releases/download/v${version}/snapraid-${version}.tar.gz";
-    sha256 = "0pafqn9ismn4j3fsx8fgf008qwh2c6f8mjfjijah6d5c349rmy3b";
+    sha256 = "1mhs0gl285a5y2bw6k04lrnyg1pp2am7dfcsvg0w4vr5h2ag3p7p";
   };
 
+  doCheck = true;
+
   meta = {
     homepage = http://www.snapraid.it/;
     description = "A backup program for disk arrays";