aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/linux/bootstrap-files
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-01-28 20:24:10 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-01-29 01:34:02 +0200
commitd1d8ed21b6fa3b3e642fb845b44f083453d17338 (patch)
tree9b1c6e69d222f12d600f13e9e07c36495955afed /pkgs/stdenv/linux/bootstrap-files
parentd948e55c2718d8540485cbc85cc2177cab01ca74 (diff)
stdenv: Aarch64 bootstrap: Update bootstrap tarballs to hydra-built ones
Picked from the following cross-trunk evaluation: http://hydra.nixos.org/eval/1326772#tabs-still-succeed based on nixpkgs commit 264d42b9cfc3edf16e945164a45b31185e47422a. dist job: http://hydra.nixos.org/build/47094514
Diffstat (limited to 'pkgs/stdenv/linux/bootstrap-files')
-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 7f1acc83433b..4e9c17da2d97 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-for-merge/busybox;
+ url = http://nixos-arm.dezgeg.me/bootstrap-aarch64-2017-01-27-264d42b9c/busybox;
sha256 = "12qcml1l67skpjhfjwy7gr10nc86gqcwjmz9ggp7knss8gq8pv7f";
executable = true;
};
bootstrapTools = import <nix/fetchurl.nix> {
- url = http://nixos-arm.dezgeg.me/bootstrap-aarch64-for-merge/bootstrap-tools.tar.xz;
- sha256 = "10sqgh0dchp1906h06jznxh8gfflnzbpfy27hng2mmc1l0c7irjr";
+ url = http://nixos-arm.dezgeg.me/bootstrap-aarch64-2017-01-27-264d42b9c/bootstrap-tools.tar.xz;
+ sha256 = "13h7lgkjyxrmfkx5k1w6rj3j4iqrk28pqagiwqcg8izrydy318bi";
};
}