forked from M-Labs/zynq-rs
default.nix: fix
This commit is contained in:
parent
d00269d180
commit
22555017fe
|
@ -8,8 +8,8 @@ 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-25
|
# master of 2020-04-25
|
||||||
rev = "94d346360da50f159e0dc777dc9bc3c5b6b51a00";
|
rev = "14b15521c52549ebbb113173b4abecd124b5a823";
|
||||||
sha256 = "14b15521c52549ebbb113173b4abecd124b5a823";
|
sha256 = "0a6bi8g636cajpdrpcfkpza95b7ss7041m9cs6hxcd7h8bf6xhwi";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
targets = [];
|
targets = [];
|
||||||
|
|
Loading…
Reference in New Issue