mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
GNU gzip 1.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23278
This commit is contained in:
parent
42db762862
commit
e0fa7776d3
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gzip-1.3.13";
|
||||
name = "gzip-1.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/gzip/${name}.tar.gz";
|
||||
sha256 = "18vwa7x0b1sql9bs2d15n94fx3him1m6xpnwsfz52djjbjgzy1hx";
|
||||
sha256 = "1vhiyzls60fws48scw48wvwn8mpv1f4yhcsnafys239qvb9wyrni";
|
||||
};
|
||||
|
||||
patches = [ ./getopt.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user