svd2rust: upgrade cargo fetcher and cargoSha256
This commit is contained in:
parent
ab0c847d8c
commit
288561cd58
|
@ -14,10 +14,7 @@ buildRustPackage rec {
|
||||||
};
|
};
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
|
|
||||||
# Delete this on next update; see #79975 for details
|
cargoSha256 = "0n0xc8b982ra007l6gygssf1n60gfc2rphwyi7n95dbys1chciyg";
|
||||||
legacyCargoFetcher = true;
|
|
||||||
|
|
||||||
cargoSha256 = "03rfb8swxbcc9qm4mhxz5nm4b1gw7g7389wrdc91abxl4mw733ac";
|
|
||||||
|
|
||||||
# doc tests fail due to missing dependency
|
# doc tests fail due to missing dependency
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in New Issue