new versions of various very important tools to keep the buildfarm busy.
svn path=/nixpkgs/trunk/; revision=7485
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gzip-1.3.3";
|
||||
name = "gzip-1.3.9";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/gzip-1.3.3.tar.gz;
|
||||
md5 = "52eaf713673507d21f7abefee98ba662";
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/gzip/gzip-1.3.9.tar.gz;
|
||||
md5 = "7cf923b24b718c418e85a283b2260e14";
|
||||
};
|
||||
postInstall = "ln -sf gzip $out/bin/gunzip; ln -sf gzip $out/bin/zcat";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user