stdenv: ARM bootstrap: Update bootstrap tarballs to latest hydra-built ones

Fixes sandboxed build of glibc. Discussion about a similar failure on aarch64 at:
https://github.com/NixOS/nixpkgs/commit/8bfa9f528c88243578246798c7c2ddde045e0de0.

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

armv5tel job: http://hydra.nixos.org/build/51569718
armv6l job: http://hydra.nixos.org/build/51569717
armv7l job: http://hydra.nixos.org/build/51569713

+12 -12
+4 -4
pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 - url = http://nixos-arm.dezgeg.me/bootstrap-2016-07-20-33a1d8/armv5tel/busybox; 4 - sha256 = "03i90dwkly1j2a7i12qixkybjz2b24ixjrl7zsr17s1sv6m27zba"; 5 executable = true; 6 }; 7 8 bootstrapTools = import <nix/fetchurl.nix> { 9 - url = http://nixos-arm.dezgeg.me/bootstrap-2016-07-20-33a1d8/armv5tel/bootstrap-tools.tar.xz; 10 - sha256 = "1sikiydjlbv8v35fgjvr5swgvj6bc83gmrbjrhpi0hyzyfcinxbn"; 11 }; 12 }
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 + url = http://nixos-arm.dezgeg.me/bootstrap-2017-04-13-1f32d4b4/armv5tel/busybox; 4 + sha256 = "00mxas5xg2j9n1g0q0nklr0dy87qqxk0jja5qz1yi7xl7zzsnpnw"; 5 executable = true; 6 }; 7 8 bootstrapTools = import <nix/fetchurl.nix> { 9 + url = http://nixos-arm.dezgeg.me/bootstrap-2017-04-13-1f32d4b4/armv5tel/bootstrap-tools.tar.xz; 10 + sha256 = "0fhiy9l3mbmlhpkby31c2s63bhjiqx25qqr3wdp8cb7fxz8ayx2f"; 11 }; 12 }
+4 -4
pkgs/stdenv/linux/bootstrap-files/armv6l.nix
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 - url = http://nixos-arm.dezgeg.me/bootstrap-2016-07-20-33a1d8/armv6l/busybox; 4 - sha256 = "1vl1nx7ccalp2w8d5ymj6i2vs0s9w80xvxpsxl2l24k5ibbspcy0"; 5 executable = true; 6 }; 7 8 bootstrapTools = import <nix/fetchurl.nix> { 9 - url = http://nixos-arm.dezgeg.me/bootstrap-2016-07-20-33a1d8/armv6l/bootstrap-tools.tar.xz; 10 - sha256 = "106f3r1ndl9h1cbxn44vwn3kkhgi8a937xx1v9n40zfx6dzzfv25"; 11 }; 12 }
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 + url = http://nixos-arm.dezgeg.me/bootstrap-2017-04-13-1f32d4b4/armv6l/busybox; 4 + sha256 = "06n8dy8y2v28yx9ws8x64wxrvn9pszgpd299hc90nv9x21m79jzd"; 5 executable = true; 6 }; 7 8 bootstrapTools = import <nix/fetchurl.nix> { 9 + url = http://nixos-arm.dezgeg.me/bootstrap-2017-04-13-1f32d4b4/armv6l/bootstrap-tools.tar.xz; 10 + sha256 = "1gg2q3sw81vi65g1gmpvx0nnd6hxb76vlz73wfp292m90z1mym7f"; 11 }; 12 }
+4 -4
pkgs/stdenv/linux/bootstrap-files/armv7l.nix
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 - url = http://nixos-arm.dezgeg.me/bootstrap-2016-07-20-33a1d8/armv7l/busybox; 4 - sha256 = "0kb439p37rzlascp6ldm4kwf5kwd6p3lv17c41zwj20wbv8sdilq"; 5 executable = true; 6 }; 7 8 bootstrapTools = import <nix/fetchurl.nix> { 9 - url = http://nixos-arm.dezgeg.me/bootstrap-2016-07-20-33a1d8/armv7l/bootstrap-tools.tar.xz; 10 - sha256 = "0h75xbpkyzhvmjzhj9i598p0cq60py7v0b8lryrvcqw7qjlbgrsd"; 11 }; 12 }
··· 1 { 2 busybox = import <nix/fetchurl.nix> { 3 + url = http://nixos-arm.dezgeg.me/bootstrap-2017-04-13-1f32d4b4/armv7l/busybox; 4 + sha256 = "187xwzsng5lpak1nanrk88y4mlydmrbhx6la00rrd6kjx376s565"; 5 executable = true; 6 }; 7 8 bootstrapTools = import <nix/fetchurl.nix> { 9 + url = http://nixos-arm.dezgeg.me/bootstrap-2017-04-13-1f32d4b4/armv7l/bootstrap-tools.tar.xz; 10 + sha256 = "05ayki2kak3i5lw97qidd5h9jv00dmlhx9h7l771bj331yamyqdn"; 11 }; 12 }