3
0
Fork 0
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:
Mario Rodas 2020-02-29 18:17:45 -05:00 committed by GitHub
commit c03bfa676e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;