snapraid: 11.1 -> 11.2
This commit is contained in:
parent
d4385d7fc3
commit
ac64f9ce70
|
@ -2,15 +2,17 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "snapraid-${version}";
|
name = "snapraid-${version}";
|
||||||
version = "11.1";
|
version = "11.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "amadvance";
|
owner = "amadvance";
|
||||||
repo = "snapraid";
|
repo = "snapraid";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1vgyiagn6qvyyz4jkf8pzlg0w9apb6mzza97a9x03p82fav2afx0";
|
sha256 = "01z8fl3x2j5bnm0rybj7hhch18is6dkwqc43yzwc6418spr4imsd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
VERSION = version;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
Loading…
Reference in New Issue