new versions of various very important tools to keep the buildfarm busy.

svn path=/nixpkgs/trunk/; revision=7485
This commit is contained in:
Armijn Hemel
2006-12-25 23:28:35 +00:00
parent d2d3dc33dd
commit 7e41b751cb
7 changed files with 19 additions and 19 deletions

View File

@@ -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";
}