summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/1_39_0.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-11-29 12:47:15 +0000
committerGitHub <noreply@github.com>2019-11-29 12:47:15 +0000
commit435c3ecde772f06112f4068a50e56e3240138e27 (patch)
tree38f113e9d736364230b189b56014c29c38482828 /pkgs/development/compilers/rust/1_39_0.nix
parent35ac6b1901ef7b8cb00bcbe61b1d5586af422d7a (diff)
parent83ac9c07e4df352e177ebdf978320089a137183a (diff)
downloadnixpkgs-435c3ecde772f06112f4068a50e56e3240138e27.tar
nixpkgs-435c3ecde772f06112f4068a50e56e3240138e27.tar.gz
nixpkgs-435c3ecde772f06112f4068a50e56e3240138e27.tar.bz2
nixpkgs-435c3ecde772f06112f4068a50e56e3240138e27.tar.lz
nixpkgs-435c3ecde772f06112f4068a50e56e3240138e27.tar.xz
nixpkgs-435c3ecde772f06112f4068a50e56e3240138e27.tar.zst
nixpkgs-435c3ecde772f06112f4068a50e56e3240138e27.zip
rust: add support for armv6l-linux and armv7l-linux (#73472)
rust: add support for armv6l-linux and armv7l-linux
Diffstat (limited to 'pkgs/development/compilers/rust/1_39_0.nix')
-rw-r--r--pkgs/development/compilers/rust/1_39_0.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/rust/1_39_0.nix b/pkgs/development/compilers/rust/1_39_0.nix
index aa29c7a9ff7..cc07590dedc 100644
--- a/pkgs/development/compilers/rust/1_39_0.nix
+++ b/pkgs/development/compilers/rust/1_39_0.nix
@@ -10,6 +10,7 @@ import ./default.nix {
   bootstrapHashes = {
     i686-unknown-linux-gnu = "41aed8a350e24a0cac1444ed99b3dd24a90bc581dd88cb420c6e547d6b5f57af";
     x86_64-unknown-linux-gnu = "adda26b3f0609dbfbdc2019da4a20101879b9db2134fae322a4e863a069ec221";
+    arm-unknown-linux-gnueabihf = "0603a3d3d16ae8f3b3b117eb699e8f3ef7532a6f6d3c29d13e7d4614fc3c9e7a";
     armv7-unknown-linux-gnueabihf = "8b1bf1680a61a643d6b5c7a3b1a1ce88448652756395e20ba5846739cbd085c4";
     aarch64-unknown-linux-gnu = "06afd6d525326cea95c3aa658aaa8542eab26f44235565bb16913ac9d12b7bda";
     i686-apple-darwin = "cdbf2807774bed350a3af6f41d7f7dd7ceff28777cde310c3ba90033188eb2f8";