* Glibc updated to 2.3.5.

* GCC 3.4.4 and 3.3.6.
* Other stdenv packages updated.

svn path=/nixpkgs/trunk/; revision=3188
This commit is contained in:
Eelco Dolstra
2005-06-17 10:30:13 +00:00
parent b691c30aa7
commit a450978f26
13 changed files with 41 additions and 60 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "findutils-4.1.20";
name = "findutils-4.2.20";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/findutils-4.1.20.tar.gz;
md5 = "e90ce7222daadeb8616b8db461e17cbc";
url = http://ftp.gnu.org/gnu/findutils/findutils-4.2.20.tar.gz;
md5 = "7c8e12165b221dd67a19c00d780437a4";
};
}