summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2022-03-19 11:00:17 -0700
committerYt <raphael@megzari.com>2022-03-19 16:50:52 -0400
commit852c8ab3d06308804a5295ba7ff829bc78eda105 (patch)
tree97ebe05dee6415f947f082a93c4776fd6cf83806
parent61388f811a090ba0d935a2b8fe1301ad50aaa91d (diff)
downloadnixpkgs-852c8ab3d06308804a5295ba7ff829bc78eda105.tar
nixpkgs-852c8ab3d06308804a5295ba7ff829bc78eda105.tar.gz
nixpkgs-852c8ab3d06308804a5295ba7ff829bc78eda105.tar.bz2
nixpkgs-852c8ab3d06308804a5295ba7ff829bc78eda105.tar.lz
nixpkgs-852c8ab3d06308804a5295ba7ff829bc78eda105.tar.xz
nixpkgs-852c8ab3d06308804a5295ba7ff829bc78eda105.tar.zst
nixpkgs-852c8ab3d06308804a5295ba7ff829bc78eda105.zip
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.
-rw-r--r--pkgs/development/compilers/rust/1_58.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/rust/1_58.nix b/pkgs/development/compilers/rust/1_58.nix
index c854bfdd37a..13d4a9a18f3 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;