* 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
@@ -2,7 +2,7 @@
name = "openssl-0.9.7f";
builder = ./builder.sh;
src = fetchurl {
url = http://www.openssl.org/source/openssl-0.9.7f.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/openssl-0.9.7f.tar.gz;
md5 = "b2d37d7eb8a5a5040d834105d5ae1a50";
};
inherit perl;