summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorDavid Guibert <david.guibert@gmail.com>2021-12-14 14:47:24 +0100
committerDavid Guibert <david.guibert@gmail.com>2021-12-20 10:53:19 +0100
commit8e7acfc58727efbe9321fcb559cbf3c50a965374 (patch)
tree5890b95e3d3a7aa03a3ff060c1fe9bc3b2da729c /pkgs/stdenv
parent1bcec98652850942bed72160149433d08dfcd0ac (diff)
downloadnixpkgs-8e7acfc58727efbe9321fcb559cbf3c50a965374.tar
nixpkgs-8e7acfc58727efbe9321fcb559cbf3c50a965374.tar.gz
nixpkgs-8e7acfc58727efbe9321fcb559cbf3c50a965374.tar.bz2
nixpkgs-8e7acfc58727efbe9321fcb559cbf3c50a965374.tar.lz
nixpkgs-8e7acfc58727efbe9321fcb559cbf3c50a965374.tar.xz
nixpkgs-8e7acfc58727efbe9321fcb559cbf3c50a965374.tar.zst
nixpkgs-8e7acfc58727efbe9321fcb559cbf3c50a965374.zip
aarch64: update bootstrap-files
fixes #112086

Fetch bootstrap files built by Hydra and re-add them as FODs to skip
currently dangling URLs. They are already available on
https://cache.nixos.org

https://hydra.nixos.org/job/nixpkgs/trunk/stdenvBootstrapTools.aarch64-linux.dist ->
https://hydra.nixos.org/build/160330465#tabs-buildinputs

These commands have been run to get the output hashes as FODs:

nix store add-file --name bootstrap-tools.tar.xz  $(nix-store -r /nix/store/9y4qnwflnxkjrqnfbzhsjv6zq2r0m48z-stdenv-bootstrap-tools --option binary-caches https://cache.nixos.org)/on-server/bootstrap-tools.tar.xz
nix store add-path --name busybox                 $(nix-store -r /nix/store/9y4qnwflnxkjrqnfbzhsjv6zq2r0m48z-stdenv-bootstrap-tools --option binary-caches https://cache.nixos.org)/on-server/busybox
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/bootstrap-files/aarch64.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/stdenv/linux/bootstrap-files/aarch64.nix b/pkgs/stdenv/linux/bootstrap-files/aarch64.nix
index 592f8ee6bef..aa81cbd84af 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://tarballs.nixos.org/stdenv-linux/aarch64/bb3ef8a95c9659596b8a34d27881cd30ffea2f9f/busybox";
-    sha256 = "12qcml1l67skpjhfjwy7gr10nc86gqcwjmz9ggp7knss8gq8pv7f";
+    url = "http://tarballs.nixos.org/stdenv-linux/aarch64/c7c997a0662bf88264db52cbc41e67884eb7a1ff/busybox";
+    sha256 = "sha256-4EN2vLvXUkelZZR2eKaAQA5kCEuHNvRZN6dcohxVY+c=";
     executable = true;
   };
   bootstrapTools = import <nix/fetchurl.nix> {
-    url = "http://tarballs.nixos.org/stdenv-linux/aarch64/c5aabb0d603e2c1ea05f5a93b3be82437f5ebf31/bootstrap-tools.tar.xz";
-    sha256 = "d3f1bf2a1495b97f45359d5623bdb1f8eb75db43d3bf2059fc127b210f059358";
+    url = "http://tarballs.nixos.org/stdenv-linux/aarch64/c7c997a0662bf88264db52cbc41e67884eb7a1ff/bootstrap-tools.tar.xz";
+    sha256 = "sha256-AjOvmaW8JFVZaBSRUMKufr9kJozg/tsZr7PvUEBQyi4=";
   };
 }