* Evacuate tarballs.

svn path=/nixpkgs/trunk/; revision=2527
This commit is contained in:
Eelco Dolstra
2005-04-11 13:09:01 +00:00
parent bf985e6d6e
commit 7775caaa35
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "unzip-5.52";
builder = ./builder.sh;
src = fetchurl {
url = http://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/unzip552.tar.gz;
md5 = "9d23919999d6eac9217d1f41472034a9";
};
}