aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/linux/bootstrap-files
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-03-05 16:42:14 -0600
committerWill Dietz <w@wdtz.org>2018-03-06 11:36:52 -0600
commit856335396f0a0208474fb033b96e9dfb7d194dab (patch)
treeb59bcb6fa6a4041ab894f99b8d0922676616fda5 /pkgs/stdenv/linux/bootstrap-files
parent4134e62650c7cf5676e5b2ebd59e04bccabcb9c4 (diff)
x86_64-musl: use native-built bootstrap package on x86_64
Built using: https://github.com/NixOS/nixpkgs/commits/46f83fa9d1bf00b09b1e9a9aa83f577c246ac674
Diffstat (limited to 'pkgs/stdenv/linux/bootstrap-files')
-rw-r--r--pkgs/stdenv/linux/bootstrap-files/x86_64-musl.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/stdenv/linux/bootstrap-files/x86_64-musl.nix b/pkgs/stdenv/linux/bootstrap-files/x86_64-musl.nix
index 12093f340008..dd27c7def4fb 100644
--- a/pkgs/stdenv/linux/bootstrap-files/x86_64-musl.nix
+++ b/pkgs/stdenv/linux/bootstrap-files/x86_64-musl.nix
@@ -5,7 +5,7 @@
executable = true;
};
bootstrapTools = import <nix/fetchurl.nix> {
- url = https://wdtz.org/files/030q34q7fk6jdfxkgcqp5rzr4yhw3pgx-stdenv-bootstrap-tools-x86_64-unknown-linux-musl/on-server/bootstrap-tools.tar.xz;
- sha256 = "0ly0wj8wzbikn2j8sn727vikk90bq36drh98qvfx1kkh5k5azm2j";
+ url = https://wdtz.org/files/2m15z3pmg495w52jc8dg2nbxxzmzvb04-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz;
+ sha256 = "1w66l0ra0sfy83hs80w6l0lb015hrhdg3xd89xh4c5kr8bcrjriw";
};
}