Merge pull request #82104 from bhipple/u/rust-cargo-pax-rs
pax-rs: upgrade cargo fetcher and cargoSha256
This commit is contained in:
commit
3444075cd3
1 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue