Merge pull request #82112 from bhipple/u/rust-cargo-unpfs

unpfs: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Michael Raskin 2020-03-09 07:41:50 +00:00 committed by GitHub
commit db20939c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
sourceRoot = "source/example/unpfs";
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1d33nwj3i333a6ji3r3037mgg553lc3wsawm0pz13kbvhjf336i8";
cargoSha256 = "13mk86d8ql2196039qb7z0rx4svwffw1mzpiyxp35gg5fhcphriq";
RUSTC_BOOTSTRAP = 1;