update Rust

Needed for compatibility with recent cargo-xbuild.
pull/71/head
Sebastien Bourdeauducq 2020-10-13 18:25:39 +08:00
parent f60d0589cc
commit 27d310a937
2 changed files with 5549 additions and 1345 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,8 +4,8 @@ let
rustcSrc = pkgs.fetchgit {
url = "https://github.com/rust-lang/rust.git";
# sync with git_commit_hash from pkg.rust in channel-rust-nightly.toml
rev = "5ef299eb9805b4c86b227b718b39084e8bf24454";
sha256 = "0gc9hmb1sfkaf3ba8fsynl1n6bs8nk65hbhhx7ss89dfkrsxrn0x";
rev = "8dae8cdcc8fa879cea6a4bbbfa5b32e97be4c306";
sha256 = "1c9wdwqvskchiqkxqnl516z2yajs2nbs31y4j6m2jz945dj8x4xc";
fetchSubmodules = true;
};
rustManifest = ./channel-rust-nightly.toml;