* 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:
@@ -3,10 +3,10 @@
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-headers-2.6.10-i386";
|
||||
name = "linux-headers-2.6.11.12-i386";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/linux-2.6.10.tar.bz2;
|
||||
md5 = "cffcd2919d9c8ef793ce1ac07a440eda";
|
||||
url = http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.12.tar.bz2;
|
||||
md5 = "7e3b6e630bb05c1a8c1ba46e010dbe44";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user