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:
Will Dietz 2019-01-13 15:52:57 -06:00
parent bb9581cd88
commit 09cc811fd1

View file

@ -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 = [