mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
bup: 0.28.1 -> 0.29 (#23876)
This commit is contained in:
parent
2ffda66f11
commit
77b7b7df33
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
assert par2Support -> par2cmdline != null;
|
assert par2Support -> par2cmdline != null;
|
||||||
|
|
||||||
let version = "0.28.1"; in
|
let version = "0.29"; 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 = "1hsxzrjvqa3pd74vmz8agiiwynrzynp1i726h0fzdsakc4adya4l";
|
sha256 = "1cc9kpq9bpln89m4ni6wqzh4c8zwxmgnhaibdxxfs5pk2mpl3ds5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ git python2Packages.python ];
|
buildInputs = [ git python2Packages.python ];
|
||||||
|
Loading…
Reference in New Issue
Block a user