summary refs log tree commit diff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-03-15 19:17:52 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-03-15 19:17:52 +0200
commit20d9edff1723363b0df1d7f44301cefffd8b3881 (patch)
tree310bf56ce0074bda2be18f01f0c07ac3fae5fd08
parentaba0b45b86fa5d3bf47bca33c37f3f0211b7e052 (diff)
downloadnixpkgs-20d9edff1723363b0df1d7f44301cefffd8b3881.tar
nixpkgs-20d9edff1723363b0df1d7f44301cefffd8b3881.tar.gz
nixpkgs-20d9edff1723363b0df1d7f44301cefffd8b3881.tar.bz2
nixpkgs-20d9edff1723363b0df1d7f44301cefffd8b3881.tar.lz
nixpkgs-20d9edff1723363b0df1d7f44301cefffd8b3881.tar.xz
nixpkgs-20d9edff1723363b0df1d7f44301cefffd8b3881.tar.zst
nixpkgs-20d9edff1723363b0df1d7f44301cefffd8b3881.zip
stdenv: aarch64: Update bootstrap tarballs
Hopefully fixes sandboxed build of glibc on aarch64, as discussed on
https://github.com/NixOS/nixpkgs/commit/8bfa9f528c88243578246798c7c2ddde045e0de0.

Picked from the following cross-trunk evaluation:
http://hydra.nixos.org/eval/1341395 based on nixpkgs
commit bb3ef8a95c9659596b8a34d27881cd30ffea2f9f.

build job: http://hydra.nixos.org/build/50125932

(busybox's hash not changing is not a bug!)
-rw-r--r--pkgs/stdenv/linux/bootstrap-files/aarch64.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/stdenv/linux/bootstrap-files/aarch64.nix b/pkgs/stdenv/linux/bootstrap-files/aarch64.nix
index 4e9c17da2d9..ca7e84502ab 100644
--- a/pkgs/stdenv/linux/bootstrap-files/aarch64.nix
+++ b/pkgs/stdenv/linux/bootstrap-files/aarch64.nix
@@ -1,11 +1,11 @@
 {
   busybox = import <nix/fetchurl.nix> {
-    url = http://nixos-arm.dezgeg.me/bootstrap-aarch64-2017-01-27-264d42b9c/busybox;
+    url = http://nixos-arm.dezgeg.me/bootstrap-aarch64-2017-03-11-bb3ef8/busybox;
     sha256 = "12qcml1l67skpjhfjwy7gr10nc86gqcwjmz9ggp7knss8gq8pv7f";
     executable = true;
   };
   bootstrapTools = import <nix/fetchurl.nix> {
-    url = http://nixos-arm.dezgeg.me/bootstrap-aarch64-2017-01-27-264d42b9c/bootstrap-tools.tar.xz;
-    sha256 = "13h7lgkjyxrmfkx5k1w6rj3j4iqrk28pqagiwqcg8izrydy318bi";
+    url = http://nixos-arm.dezgeg.me/bootstrap-aarch64-2017-03-11-bb3ef8/bootstrap-tools.tar.xz;
+    sha256 = "1075d5n4yclbhgisi6ba50601mw3fhivlkjs462qlnq8hh0xc7nq";
   };
 }