mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
pkgs/stdenv/freebsd: update x86_64-unknown-freebsd bootstrap-files
sha256sum of files to be uploaded: $ sha256sum /nix/store/yy36y5s9i4wl768imwfn112sb7w3pyk8-build/on-server/* a072dd769596c1efe2c58b9fde141f986ac6ba2c45dfe1bc1c29be07b8370b36 /nix/store/yy36y5s9i4wl768imwfn112sb7w3pyk8-build/on-server/bootstrap-tools.tar.xz 71ff3ba54f0741355948f403db95f2c54ae3b69dd39f991fdad17ae5ab623a77 /nix/store/yy36y5s9i4wl768imwfn112sb7w3pyk8-build/on-server/unpack.nar.xz Suggested commands to upload files to 'tarballs.nixos.org': $ nix-store --realize /nix/store/yy36y5s9i4wl768imwfn112sb7w3pyk8-build $ aws s3 cp --recursive --acl public-read /nix/store/yy36y5s9i4wl768imwfn112sb7w3pyk8-build/on-server/ s3://nixpkgs-tarballs/stdenv/x86_64-unknown-freebsd/b92edf1104c47016385e85c87c2d953cf5cd2f98 $ aws s3 cp --recursive s3://nixpkgs-tarballs/stdenv/x86_64-unknown-freebsd/b92edf1104c47016385e85c87c2d953cf5cd2f98 ./ $ sha256sum bootstrap-tools.tar.xz unpack.nar.xz $ sha256sum /nix/store/yy36y5s9i4wl768imwfn112sb7w3pyk8-build/on-server/*
This commit is contained in:
parent
b92edf1104
commit
0a4aaa9d9a
@ -2,20 +2,20 @@
|
|||||||
# $ ./refresh-tarballs.bash --targets=x86_64-unknown-freebsd
|
# $ ./refresh-tarballs.bash --targets=x86_64-unknown-freebsd
|
||||||
#
|
#
|
||||||
# Metadata:
|
# Metadata:
|
||||||
# - nixpkgs revision: 6414ef7ca3bf18ec4f9628d09ccc1eb030276ee2
|
# - nixpkgs revision: b92edf1104c47016385e85c87c2d953cf5cd2f98
|
||||||
# - hydra build: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.x86_64-unknown-freebsd.build/latest
|
# - hydra build: https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.x86_64-unknown-freebsd.build/latest
|
||||||
# - resolved hydra build: https://hydra.nixos.org/build/271214352
|
# - resolved hydra build: https://hydra.nixos.org/build/276943819
|
||||||
# - instantiated derivation: /nix/store/aahbgs95ani3bd70vxb8kwrvbms0d6ii-build.drv
|
# - instantiated derivation: /nix/store/npq4w33g3a2gcgh1q535gj4ixd1g5ksl-build.drv
|
||||||
# - output directory: /nix/store/ikzxl9ws9yxrl8g8z2kcjwqlq5gfjbhx-build
|
# - output directory: /nix/store/yy36y5s9i4wl768imwfn112sb7w3pyk8-build
|
||||||
# - build time: Sat, 31 Aug 2024 17:18:35 +0000
|
# - build time: Thu, 31 Oct 2024 20:57:22 +0000
|
||||||
{
|
{
|
||||||
bootstrapTools = import <nix/fetchurl.nix> {
|
bootstrapTools = import <nix/fetchurl.nix> {
|
||||||
url = "http://tarballs.nixos.org/stdenv/x86_64-unknown-freebsd/6414ef7ca3bf18ec4f9628d09ccc1eb030276ee2/bootstrap-tools.tar.xz";
|
url = "http://tarballs.nixos.org/stdenv/x86_64-unknown-freebsd/b92edf1104c47016385e85c87c2d953cf5cd2f98/bootstrap-tools.tar.xz";
|
||||||
hash = "sha256-f7Fqxtpj7/0Sbs+kUgMs7oJ0JmPuh3bqD2YzOBTw2fc=";
|
hash = "sha256-oHLddpWWwe/ixYuf3hQfmGrGuixF3+G8HCm+B7g3CzY=";
|
||||||
};
|
};
|
||||||
unpack = import <nix/fetchurl.nix> {
|
unpack = import <nix/fetchurl.nix> {
|
||||||
url = "http://tarballs.nixos.org/stdenv/x86_64-unknown-freebsd/6414ef7ca3bf18ec4f9628d09ccc1eb030276ee2/unpack.nar.xz";
|
url = "http://tarballs.nixos.org/stdenv/x86_64-unknown-freebsd/b92edf1104c47016385e85c87c2d953cf5cd2f98/unpack.nar.xz";
|
||||||
hash = "sha256-3NTRtonoc3ZqnEF3hr1mUPH/aw+04OlwVxGhZmjXlMM=";
|
hash = "sha256-aR3lz35Y3ppJBG0/WAT8avsUeDgNMejhGf9LRxTiScI=";
|
||||||
name = "unpack";
|
name = "unpack";
|
||||||
unpack = true;
|
unpack = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user