summary refs log tree commit diff
path: root/pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-03-08 08:48:40 -0400
committerGraham Christensen <graham@grahamc.com>2020-03-16 18:11:59 -0400
commit11b54adeaceea07f26dc90897ba5315baf6b1ff4 (patch)
tree7b75d5cbe69bb8c27454593dd713fd97f6cb2873 /pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
parent52c89d0572e9497f1cbbf38dcbcebf0a214ee5eb (diff)
downloadnixpkgs-11b54adeaceea07f26dc90897ba5315baf6b1ff4.tar
nixpkgs-11b54adeaceea07f26dc90897ba5315baf6b1ff4.tar.gz
nixpkgs-11b54adeaceea07f26dc90897ba5315baf6b1ff4.tar.bz2
nixpkgs-11b54adeaceea07f26dc90897ba5315baf6b1ff4.tar.lz
nixpkgs-11b54adeaceea07f26dc90897ba5315baf6b1ff4.tar.xz
nixpkgs-11b54adeaceea07f26dc90897ba5315baf6b1ff4.tar.zst
nixpkgs-11b54adeaceea07f26dc90897ba5315baf6b1ff4.zip
armv{5tel,6l,7l}: update bootstrap tools after #80497
Diffstat (limited to 'pkgs/stdenv/linux/bootstrap-files/armv5tel.nix')
-rw-r--r--pkgs/stdenv/linux/bootstrap-files/armv5tel.nix16
1 files changed, 11 insertions, 5 deletions
diff --git a/pkgs/stdenv/linux/bootstrap-files/armv5tel.nix b/pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
index c5426431b3c..8189984770a 100644
--- a/pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
+++ b/pkgs/stdenv/linux/bootstrap-files/armv5tel.nix
@@ -1,12 +1,18 @@
 {
+  # Note: do not use Hydra as a source URL. Ask a member of the
+  # infrastructure team to mirror the job.
   busybox = import <nix/fetchurl.nix> {
-    url = https://hydra.nixos.org/build/112609163/download/2/busybox;
-    sha256 = "0dc5471dc6a5f69ad98eb7445f51a61e88aa5792d7a677025bf012bdb513b763";
+    # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest
+    # from build: https://hydra.nixos.org/build/114203025
+    url = http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/busybox;
+    # note: the following hash is different than the above hash, due to executable = true
+    sha256 = "0qxp2fsvs4phbc17g9npj9bsm20ylr8myi5pivcrmxm5qqflgi8d";
     executable = true;
   };
-
   bootstrapTools = import <nix/fetchurl.nix> {
-    url = https://hydra.nixos.org/build/112609163/download/1/bootstrap-tools.tar.xz;
-    sha256 = "ca0564eca4eb944649ce10ec70859640427bf2241243af62812b163176487e02";
+    # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest
+    # from build: https://hydra.nixos.org/build/114203025
+    url = http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/bootstrap-tools.tar.xz;
+    sha256 = "28327343db5ecc7f7811449ec69280d5867fa5d1d377cab0426beb9d4e059ed6";
   };
 }