bup: 0.29 -> 0.29.1
This pretty much only has a single fix for gc --threshold 0: https://github.com/bup/bup/blob/master/note/0.29.1-from-0.29.md
This commit is contained in:
parent
0a6a06346a
commit
82a63385fb
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
assert par2Support -> par2cmdline != null;
|
assert par2Support -> par2cmdline != null;
|
||||||
|
|
||||||
let version = "0.29"; in
|
let version = "0.29.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 = "1cc9kpq9bpln89m4ni6wqzh4c8zwxmgnhaibdxxfs5pk2mpl3ds5";
|
sha256 = "0wdr399jf64zzzsdvldhrwvnh5xpbghjvslr1j2cwr5y4i36znxf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ git python2Packages.python ];
|
buildInputs = [ git python2Packages.python ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user