about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-23 00:41:49 -0500
committerGitHub <noreply@github.com>2020-05-23 00:41:49 -0500
commit9485d1f267422e10ed9b5d1114690e4b7b159ae2 (patch)
tree340a04f6e8aee31e4c40e89d58ce2f6af3689762 /pkgs/tools/filesystems
parente6e3ffedc1a42529ccdf55b848b7804962978a75 (diff)
parentc00af269b59183dde63da1ebe62493e2bc67c9ac (diff)
downloadnixlib-9485d1f267422e10ed9b5d1114690e4b7b159ae2.tar
nixlib-9485d1f267422e10ed9b5d1114690e4b7b159ae2.tar.gz
nixlib-9485d1f267422e10ed9b5d1114690e4b7b159ae2.tar.bz2
nixlib-9485d1f267422e10ed9b5d1114690e4b7b159ae2.tar.lz
nixlib-9485d1f267422e10ed9b5d1114690e4b7b159ae2.tar.xz
nixlib-9485d1f267422e10ed9b5d1114690e4b7b159ae2.tar.zst
nixlib-9485d1f267422e10ed9b5d1114690e4b7b159ae2.zip
Merge pull request #88227 from r-ryantm/auto-update/snapraid
snapraid: 11.3 -> 11.4
Diffstat (limited to 'pkgs/tools/filesystems')
-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 db9afedad96e..1cb9ccd873e7 100644
--- a/pkgs/tools/filesystems/snapraid/default.nix
+++ b/pkgs/tools/filesystems/snapraid/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "snapraid";
-  version = "11.3";
+  version = "11.4";
 
   src = fetchFromGitHub {
     owner = "amadvance";
     repo = "snapraid";
     rev = "v${version}";
-    sha256 = "08rwz55njkr1w794y3hs8nxc11vzbv4drds9wgxpf6ps8qf9q49f";
+    sha256 = "1mhinc9wny4a1xdrbksdl58kfrsh1cxp79zcgsl99gnyw47r22jy";
   };
 
   VERSION = version;