* 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
@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "gnum4-1.4";
name = "gnum4-1.4.3";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/m4-1.4.tar.gz;
md5 = "9eb2dd07740b2d2f3c7adb3e8d299bda";
url = http://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.bz2;
md5 = "1f7d7eba70a0525c44c2edc3998925c7";
};
}