* Merge r2396.

svn path=/nixpkgs/trunk/; revision=2397
This commit is contained in:
Eelco Dolstra
2005-03-14 09:22:26 +00:00
parent df2a7e5168
commit f6e91bc9c9
33 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "file-4.13";
src = fetchurl {
url = ftp://ftp.astron.com/pub/file/file-4.13.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/file-4.13.tar.gz;
md5 = "2bfc0f878ee22e50441b68df2ccbb984";
};
}