forked from M-Labs/artiq-zynq
update rustc
This commit is contained in:
parent
26874030fc
commit
886582869c
File diff suppressed because it is too large
Load Diff
|
@ -3,9 +3,9 @@
|
||||||
let
|
let
|
||||||
rustcSrc = pkgs.fetchgit {
|
rustcSrc = pkgs.fetchgit {
|
||||||
url = "https://github.com/rust-lang/rust.git";
|
url = "https://github.com/rust-lang/rust.git";
|
||||||
# master of 2020-04-10
|
# sync with git_commit_hash from pkg.rust in channel-rust-nightly.toml
|
||||||
rev = "94d346360da50f159e0dc777dc9bc3c5b6b51a00";
|
rev = "5ef299eb9805b4c86b227b718b39084e8bf24454";
|
||||||
sha256 = "1hcqdz4w2vqb12rrqqcjbfs5s0w4qwjn7z45d1zh0fzncdcf6f7d";
|
sha256 = "0gc9hmb1sfkaf3ba8fsynl1n6bs8nk65hbhhx7ss89dfkrsxrn0x";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
rustManifest = ./channel-rust-nightly.toml;
|
rustManifest = ./channel-rust-nightly.toml;
|
||||||
|
|
Loading…
Reference in New Issue