Merge pull request #82104 from bhipple/u/rust-cargo-pax-rs

pax-rs: upgrade cargo fetcher and cargoSha256
gstqt5
Mario Rodas 2020-03-08 22:31:51 -05:00 committed by GitHub
commit 3444075cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -36,8 +36,5 @@ buildRustPackage rec {
cp ${cargo-lock} $out/Cargo.lock
'';
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "132a9vnlyp78zxiw5xrazadvx0scs7h2vbm5wz612dmh436mwnxg";
cargoSha256 = "0wx5x7ll21bb6v34csk63kkvxdk3as720hdkaj0izdkpy0xf1knr";
}