bup: 0.26 -> 0.28.1 (#18531)
This commit is contained in:
parent
6846b22bb4
commit
c96ddb6433
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
assert par2Support -> par2cmdline != null;
|
assert par2Support -> par2cmdline != null;
|
||||||
|
|
||||||
let version = "0.26"; in
|
let version = "0.28.1"; in
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
repo = "bup";
|
repo = "bup";
|
||||||
owner = "bup";
|
owner = "bup";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0g7b0xl3kg0z6rn81fvzl1xnvva305i7pjih2hm68mcj0adk3v0d";
|
sha256 = "1hsxzrjvqa3pd74vmz8agiiwynrzynp1i726h0fzdsakc4adya4l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ git pythonPackages.python ];
|
buildInputs = [ git pythonPackages.python ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user