lzip: 1.22 -> 1.23, split output

This commit is contained in:
Emery Hemingway 2022-02-05 01:11:15 +01:00 committed by ehmry
parent eba158d017
commit 96ed54cfce

View File

@ -7,13 +7,14 @@
stdenv.mkDerivation rec {
pname = "lzip";
version = "1.22";
version = "1.23";
outputs = [ "out" "man" "info" ];
nativeBuildInputs = [ texinfo ];
src = fetchurl {
url = "mirror://savannah/lzip/${pname}-${version}.tar.gz";
sha256 = "sha256-wzQtQuZxOcFluLEo0DO1yWiToTrF8lkzGQMVIU6HqUg=";
sha256 = "sha256-R5LAR93xXvKdVbqOaKGiHgy3aS2H7N9yBEGYZFgvKA0=";
};
configureFlags = [