mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
lzip: 1.20 -> 1.21
NEWS file from tarball (don't see it on the mailing list for whatever reason, maybe I'm just blind O:)) https://gist.github.com/dtzWill/4029f87c33939795a365939d06a8ef18
This commit is contained in:
parent
bb9581cd88
commit
09cc811fd1
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lzip-${version}";
|
||||
version = "1.20";
|
||||
version = "1.21";
|
||||
|
||||
nativeBuildInputs = [ texinfo ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/lzip/${name}.tar.gz";
|
||||
sha256 = "0319q59kb8g324wnj7xzbr7vvlx5bcs13lr34j0zb3kqlyjq2fy9";
|
||||
sha256 = "12qdcw5k1cx77brv9yxi1h4dzwibhfmdpigrj43nfk8nscwm12z4";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue