forked from mirrors/nixpkgs
Merge pull request #81250 from bhipple/u/rust-cargo-lorri
lorri: upgrade cargo fetcher and cargoSha256
This commit is contained in:
commit
c03bfa676e
|
@ -31,10 +31,7 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "1415mhdr0pwvshs04clfz1ys76r5qf9jz8jchm63l6llaj6m7mrv";
|
||||
};
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "1kdpzbn3353yk7i65hll480fcy16wdvppdr6xgfh06x88xhim4mp";
|
||||
cargoSha256 = "1iwd0cad8dp8q5xz2mm7zn1wphr5brkw937dfygc88afj6bv3d68";
|
||||
doCheck = false;
|
||||
|
||||
BUILD_REV_COUNT = src.revCount or 1;
|
||||
|
|
Loading…
Reference in a new issue