From 852c8ab3d06308804a5295ba7ff829bc78eda105 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sat, 19 Mar 2022 11:00:17 -0700 Subject: [PATCH] rust: run update-hashes.sh to update hashes This commit is the result of running pkgs/development/compilers/rust/print-hashes.sh 1.57.0 in order to generate the bootstrap hash for mips64el-unknown-linux-gnuabi64. This commit is needed in order to bootstrap nix on mips64el because nix_2_4 depends on rustc. --- pkgs/development/compilers/rust/1_58.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/rust/1_58.nix b/pkgs/development/compilers/rust/1_58.nix index c854bfdd37a4..13d4a9a18f3e 100644 --- a/pkgs/development/compilers/rust/1_58.nix +++ b/pkgs/development/compilers/rust/1_58.nix @@ -52,6 +52,7 @@ import ./default.nix { aarch64-apple-darwin = "7511075e28b715e2d9c7ee74221779f8444681a4bb60ac3a0270a5fdf08bdd5a"; powerpc64le-unknown-linux-gnu = "3ddc1abed6b7535c4150bf54291901fa856806c948bc21b711e24a3c8d810be7"; riscv64gc-unknown-linux-gnu = "f809df1c6ac0adc9bd37eb871dfb0d9809f3ed7f61ba611f9305e9eb8f8c9226"; + mips64el-unknown-linux-gnuabi64 = "e3382b4b9511e9ef48ea46e031aafa8c42f666c91ca223104172bb87a975fa93"; }; selectRustPackage = pkgs: pkgs.rust_1_58;