* 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

View File

@@ -1,10 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "bzip2-1.0.2";
name = "bzip2-1.0.3";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/bzip2-1.0.2.tar.gz;
md5 = "ee76864958d568677f03db8afad92beb";
url = http://www.bzip.org/1.0.3/bzip2-1.0.3.tar.gz;
md5 = "8a716bebecb6e647d2e8a29ea5d8447f";
};
}