stdenv bootstrap tools: regenerate "officialy"

From Hydra's binaries for c5aabb0 (19.09).
This time I re-tested full stdenv bootstrap on these three platforms.
https://github.com/NixOS/nixpkgs/pull/66528#issuecomment-582351637
This commit is contained in:
Vladimír Čunát
2020-02-05 13:04:13 +01:00
parent 22284b07ef
commit 53349b9c27
3 changed files with 10 additions and 12 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
{
bootstrapTools = import <nix/fetchurl.nix> {
url = https://lblasc-nix-dev.s3-eu-west-1.amazonaws.com/bootstrap-tools-x86-64-gcc9/bootstrap-tools.tar.xz;
sha256 = "0dyvaqlaszd5i2vr36h4d3k47a5xc550n1y4mkiirm1gd4ynaz1g";
url = http://tarballs.nixos.org/stdenv-linux/x86_64/c5aabb0d603e2c1ea05f5a93b3be82437f5ebf31/bootstrap-tools.tar.xz;
sha256 = "a5ce9c155ed09397614646c9717fc7cd94b1023d7b76b618d409e4fefd6e9d39";
};
}