Merge #137919: gzip: 1.10 -> 1.11 (into staging)

This commit is contained in:
Vladimír Čunát 2021-10-02 16:22:50 +02:00
commit a2466f9035
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "gzip";
version = "1.10";
version = "1.11";
src = fetchurl {
url = "mirror://gnu/gzip/${pname}-${version}.tar.xz";
sha256 = "1h6p374d3j8d4cdfydzls021xa2yby8myc0h8d6m8bc7k6ncq9c4";
sha256 = "01vrly90rvc98af6rcmrb3gwv1l6pylasvsdka23dffwizb9b6lv";
};
outputs = [ "out" "man" "info" ];