summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2022-02-27 03:53:10 -0800
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-03-18 13:00:34 +1000
commitc6108020ffa61b55d823f11da85c24566c582217 (patch)
treebba3056c401b02fec58b7dbdab9fa7c7cb4dcc18 /pkgs/development/compilers
parente1ae1fcd866cc367cbd5d030850d56696d991aa4 (diff)
downloadnixpkgs-c6108020ffa61b55d823f11da85c24566c582217.tar
nixpkgs-c6108020ffa61b55d823f11da85c24566c582217.tar.gz
nixpkgs-c6108020ffa61b55d823f11da85c24566c582217.tar.bz2
nixpkgs-c6108020ffa61b55d823f11da85c24566c582217.tar.lz
nixpkgs-c6108020ffa61b55d823f11da85c24566c582217.tar.xz
nixpkgs-c6108020ffa61b55d823f11da85c24566c582217.tar.zst
nixpkgs-c6108020ffa61b55d823f11da85c24566c582217.zip
rust: add mips64el to list of bootstrap tarballs
Diffstat (limited to 'pkgs/development/compilers')
-rwxr-xr-xpkgs/development/compilers/rust/print-hashes.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/rust/print-hashes.sh b/pkgs/development/compilers/rust/print-hashes.sh
index ebf8d900bb3..dd2c116a341 100755
--- a/pkgs/development/compilers/rust/print-hashes.sh
+++ b/pkgs/development/compilers/rust/print-hashes.sh
@@ -19,6 +19,7 @@ PLATFORMS=(
   aarch64-apple-darwin
   powerpc64le-unknown-linux-gnu
   riscv64gc-unknown-linux-gnu
+  mips64el-unknown-linux-gnuabi64
 )
 BASEURL=https://static.rust-lang.org/dist
 VERSION=${1:-}