svd2rust: upgrade cargo fetcher and cargoSha256

This commit is contained in:
Benjamin Hipple 2020-03-08 22:29:14 -04:00
parent ab0c847d8c
commit 288561cd58
1 changed files with 1 additions and 4 deletions

View File

@ -14,10 +14,7 @@ buildRustPackage rec {
};
cargoPatches = [ ./cargo-lock.patch ];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "03rfb8swxbcc9qm4mhxz5nm4b1gw7g7389wrdc91abxl4mw733ac";
cargoSha256 = "0n0xc8b982ra007l6gygssf1n60gfc2rphwyi7n95dbys1chciyg";
# doc tests fail due to missing dependency
doCheck = false;