pkgs.gzip: 1.7 -> 1.8

See http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html
This commit is contained in:
Lancelot SIX 2016-04-27 13:59:40 +02:00 committed by Eelco Dolstra
parent d619a75da1
commit 8a67abb820

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gzip-${version}";
version = "1.7";
version = "1.8";
src = fetchurl {
url = "mirror://gnu/gzip/${name}.tar.xz";
sha256 = "1as1ddq58spflzz5kxm0ni0xfpswrkkrncjpxyb3aw77gizcacgv";
sha256 = "1lxv3p4iyx7833mlihkn5wfwmz4cys5nybwpz3dfawag8kn6f5zz";
};
outputs = [ "out" "man" "info" ];