Merge pull request #35272 from jfrankenau/update-snapraid

snapraid: 11.1 -> 11.2
This commit is contained in:
Jörg Thalheim 2018-02-21 16:32:32 +00:00 committed by GitHub
commit 5767be72e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];