forked from M-Labs/zynq-rs
default.nix: update rustcSrc
rev of 2019-09-26 doesn't fit today's nightly build.
This commit is contained in:
parent
d210b2b13f
commit
5ef0213b97
|
@ -9,9 +9,9 @@ with pkgs;
|
||||||
let
|
let
|
||||||
rustcSrc = fetchgit {
|
rustcSrc = fetchgit {
|
||||||
url = https://github.com/rust-lang/rust.git;
|
url = https://github.com/rust-lang/rust.git;
|
||||||
# master of 2019-08-18
|
# master of 2019-09-25
|
||||||
rev = "ea52be482ab4945fda63cb65b6a198309a041e3c";
|
rev = "37538aa1365d1f8a10770a7d15c95b3167c8db57";
|
||||||
sha256 = "1spifrkvyyrh1gazqrby29fjqsdbwvajv9k9f6mk2ldrdghlsd21";
|
sha256 = "1nvddkxwvrsvyx187s5mwj4fwsf26xd4vr6ba1kfy7m2fj7w79hq";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
targets = [
|
targets = [
|
||||||
|
|
Loading…
Reference in New Issue