summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/snapraid
diff options
context:
space:
mode:
authorJohannes Frankenau <johannes@frankenau.net>2018-02-21 13:17:25 +0100
committerJohannes Frankenau <johannes@frankenau.net>2018-02-21 16:22:35 +0100
commitac64f9ce70e9b29d8b20c443563b3f02abe67bdf (patch)
treeb78da98ed9041410e6d4a6e92b739ca8435e43a7 /pkgs/tools/filesystems/snapraid
parentd4385d7fc33a4b0b96286c85c4fb18ded1fe9a97 (diff)
snapraid: 11.1 -> 11.2
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 597be1b0f42f..279d6adf9a22 100644
--- a/pkgs/tools/filesystems/snapraid/default.nix
+++ b/pkgs/tools/filesystems/snapraid/default.nix
@@ -2,15 +2,17 @@
stdenv.mkDerivation rec {
name = "snapraid-${version}";
- version = "11.1";
+ version = "11.2";
src = fetchFromGitHub {
owner = "amadvance";
repo = "snapraid";
rev = "v${version}";
- sha256 = "1vgyiagn6qvyyz4jkf8pzlg0w9apb6mzza97a9x03p82fav2afx0";
+ sha256 = "01z8fl3x2j5bnm0rybj7hhch18is6dkwqc43yzwc6418spr4imsd";
};
+ VERSION = version;
+
doCheck = true;
nativeBuildInputs = [ autoreconfHook ];