summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-11-03 09:06:41 +0100
committermakefu <github@syntax-fehler.de>2017-11-03 09:12:30 +0100
commit1774cc04cb9293812572503e6017758aea033147 (patch)
tree57a9126211da89bdd63e8f290a8dcbe7592e7f67 /pkgs/tools/filesystems
parenta41342ba584db4765807492ee4c8bb2c8aa2dcd0 (diff)
downloadnixlib-1774cc04cb9293812572503e6017758aea033147.tar
nixlib-1774cc04cb9293812572503e6017758aea033147.tar.gz
nixlib-1774cc04cb9293812572503e6017758aea033147.tar.bz2
nixlib-1774cc04cb9293812572503e6017758aea033147.tar.lz
nixlib-1774cc04cb9293812572503e6017758aea033147.tar.xz
nixlib-1774cc04cb9293812572503e6017758aea033147.tar.zst
nixlib-1774cc04cb9293812572503e6017758aea033147.zip
snapraid: fix release checksum
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/snapraid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/snapraid/default.nix b/pkgs/tools/filesystems/snapraid/default.nix
index c9f605ca69f0..597be1b0f42f 100644
--- a/pkgs/tools/filesystems/snapraid/default.nix
+++ b/pkgs/tools/filesystems/snapraid/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     owner = "amadvance";
     repo = "snapraid";
     rev = "v${version}";
-    sha256 = "13v0gz22ng09gs87f7900z2sk2hg5543njl32rfn4cxxp0jncs3r";
+    sha256 = "1vgyiagn6qvyyz4jkf8pzlg0w9apb6mzza97a9x03p82fav2afx0";
   };
 
   doCheck = true;