lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pkgs/stdenv/linux: update armv5tel-unknown-linux-gnueabi bootstrap-files

sha256sum of files to be uploaded:

$ sha256sum /nix/store/7xapg8fj3p2fpmnppsd28a66q62vzdg1-stdenv-bootstrap-tools-armv5tel-unknown-linux-gnueabi/on-server/*
fbb71d2944e184e6f8a551418cf585a416d37e7eb803f7b39199cfea11213113 /nix/store/7xapg8fj3p2fpmnppsd28a66q62vzdg1-stdenv-bootstrap-tools-armv5tel-unknown-linux-gnueabi/on-server/bootstrap-tools.tar.xz
90dff34c05771333bd1c95c9eb2017b15da428937aed3cbf91677f09469d11ad /nix/store/7xapg8fj3p2fpmnppsd28a66q62vzdg1-stdenv-bootstrap-tools-armv5tel-unknown-linux-gnueabi/on-server/busybox

Suggested commands to upload files to 'tarballs.nixos.org':

$ nix-store --realize /nix/store/7xapg8fj3p2fpmnppsd28a66q62vzdg1-stdenv-bootstrap-tools-armv5tel-unknown-linux-gnueabi
$ aws s3 cp --recursive --acl public-read /nix/store/7xapg8fj3p2fpmnppsd28a66q62vzdg1-stdenv-bootstrap-tools-armv5tel-unknown-linux-gnueabi/on-server/ s3://nixpkgs-tarballs/stdenv/armv5tel-unknown-linux-gnueabi/029dea9aaacf920ce8f7d89e4cf09da31a38d8e1
$ aws s3 cp --recursive s3://nixpkgs-tarballs/stdenv/armv5tel-unknown-linux-gnueabi/029dea9aaacf920ce8f7d89e4cf09da31a38d8e1 ./
$ sha256sum bootstrap-tools.tar.xz busybox
$ sha256sum /nix/store/7xapg8fj3p2fpmnppsd28a66q62vzdg1-stdenv-bootstrap-tools-armv5tel-unknown-linux-gnueabi/on-server/*

+16 -13
+16 -13
pkgs/stdenv/linux/bootstrap-files/armv5tel-unknown-linux-gnueabi.nix
··· 1 + # Autogenerated by maintainers/scripts/bootstrap-files/refresh-tarballs.bash as: 2 + # $ ./refresh-tarballs.bash --targets=armv5tel-unknown-linux-gnueabi 3 + # 4 + # Metadata: 5 + # - nixpkgs revision: 029dea9aaacf920ce8f7d89e4cf09da31a38d8e1 6 + # - hydra build: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel-unknown-linux-gnueabi.build/latest 7 + # - resolved hydra build: https://hydra.nixos.org/build/281086357 8 + # - instantiated derivation: /nix/store/j44ipis8k634n1a6j9j1blff88w13ix9-stdenv-bootstrap-tools-armv5tel-unknown-linux-gnueabi.drv 9 + # - output directory: /nix/store/7xapg8fj3p2fpmnppsd28a66q62vzdg1-stdenv-bootstrap-tools-armv5tel-unknown-linux-gnueabi 10 + # - build time: Tue, 03 Dec 2024 13:59:40 +0000 1 11 { 2 - # Note: do not use Hydra as a source URL. Ask a member of the 3 - # infrastructure team to mirror the job. 12 + bootstrapTools = import <nix/fetchurl.nix> { 13 + url = "http://tarballs.nixos.org/stdenv/armv5tel-unknown-linux-gnueabi/029dea9aaacf920ce8f7d89e4cf09da31a38d8e1/bootstrap-tools.tar.xz"; 14 + hash = "sha256-+7cdKUThhOb4pVFBjPWFpBbTfn64A/ezkZnP6hEhMRM="; 15 + }; 4 16 busybox = import <nix/fetchurl.nix> { 5 - # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest 6 - # from build: https://hydra.nixos.org/build/114203025 7 - url = "http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/busybox"; 8 - # note: the following hash is different than the above hash, due to executable = true 9 - sha256 = "0qxp2fsvs4phbc17g9npj9bsm20ylr8myi5pivcrmxm5qqflgi8d"; 17 + url = "http://tarballs.nixos.org/stdenv/armv5tel-unknown-linux-gnueabi/029dea9aaacf920ce8f7d89e4cf09da31a38d8e1/busybox"; 18 + hash = "sha256-vZ3oSKUjGVcx2TJsrKmTX4d+3S4/flD780vFVaaHDGI="; 10 19 executable = true; 11 - }; 12 - bootstrapTools = import <nix/fetchurl.nix> { 13 - # from job: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.armv5tel.dist/latest 14 - # from build: https://hydra.nixos.org/build/114203025 15 - url = "http://tarballs.nixos.org/stdenv-linux/armv5tel/0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778/bootstrap-tools.tar.xz"; 16 - sha256 = "28327343db5ecc7f7811449ec69280d5867fa5d1d377cab0426beb9d4e059ed6"; 17 20 }; 18 21 }