1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

gzip: 1.8 -> 1.9

See http://lists.gnu.org/archive/html/info-gnu/2018-01/msg00004.html
for release informations.
This commit is contained in:
Lancelot SIX 2018-01-11 11:17:18 +01:00
parent 28a7865e05
commit 31eedb3084
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gzip-${version}";
version = "1.8";
version = "1.9";
src = fetchurl {
url = "mirror://gnu/gzip/${name}.tar.xz";
sha256 = "1lxv3p4iyx7833mlihkn5wfwmz4cys5nybwpz3dfawag8kn6f5zz";
sha256 = "16h8g4acy7fgfxcjacr3wijjsnixwsfd2jhz3zwdi2qrzi262l5f";
};
patches = stdenv.lib.optional hostPlatform.isDarwin stdenv.secure-format-patch;