summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-10-29 12:41:50 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-10-29 12:41:50 +0000
commit0eb331fdc98013676bed6382a847248b244ed8c2 (patch)
treeac4de17375b2833e63a42b52b725d8c05e9db81c /pkgs/stdenv
parentacd1e6ee3a22315243597bb6bf9a1a43bb7856f6 (diff)
downloadnixpkgs-0eb331fdc98013676bed6382a847248b244ed8c2.tar
nixpkgs-0eb331fdc98013676bed6382a847248b244ed8c2.tar.gz
nixpkgs-0eb331fdc98013676bed6382a847248b244ed8c2.tar.bz2
nixpkgs-0eb331fdc98013676bed6382a847248b244ed8c2.tar.lz
nixpkgs-0eb331fdc98013676bed6382a847248b244ed8c2.tar.xz
nixpkgs-0eb331fdc98013676bed6382a847248b244ed8c2.tar.zst
nixpkgs-0eb331fdc98013676bed6382a847248b244ed8c2.zip
Updating the reference to the i686-linux bootstrap-tools, so it takes the
newest I uploaded yesterday. These have gcc 4.5.1, that fulfills the glibc
2.12.1 requirement of having a compiler equal or greater to gcc 4.4 to build
proper x86 32-bit code (http://sourceware.org/bugzilla/show_bug.cgi?id=12123)


svn path=/nixpkgs/branches/stdenv-updates/; revision=24523
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/bootstrap/i686/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/stdenv/linux/bootstrap/i686/default.nix b/pkgs/stdenv/linux/bootstrap/i686/default.nix
index f83fa44360d..1d709766bfd 100644
--- a/pkgs/stdenv/linux/bootstrap/i686/default.nix
+++ b/pkgs/stdenv/linux/bootstrap/i686/default.nix
@@ -7,7 +7,7 @@
   curl = ./curl.bz2;
 
   bootstrapTools = {
-    url = http://nixos.org/tarballs/stdenv-linux/i686/r16022/bootstrap-tools.cpio.bz2;
-    sha256 = "1x014icv3dxfs55qzshxjs9gaczmhwlrn144p4314zvl4xz6wq3f";
+    url = http://nixos.org/tarballs/stdenv-linux/i686/r24519/bootstrap-tools.cpio.bz2;
+    sha256 = "0imypaxy6piwbk8ff2y1nr7yk49pqmdgdbv6g8miq1zs5yfip6ij";
   };
 }