Merge pull request #81389 from bhipple/u/rust-cargo-cargo-generate

cargo-generate: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-02-29 18:13:54 -05:00 committed by GitHub
commit ba5b5dc17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "07hklya22ixklb44f3qp6yyh5d03a7rjcn0g76icqr36hvcjyjjh";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1rsk9j1ij53dz4gakxwdppgmv12lmyj0ihh9qypdbgskvyq3a2j9";
cargoSha256 = "133n8j4d0j0rasns3a4kkflhrvmvkqfggcrfj4sp79am19pr146b";
nativeBuildInputs = [ pkgconfig ];