Merge pull request #81394 from bhipple/u/rust-cargo-cargo-udeps

cargo-udeps: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-02-29 18:30:11 -05:00 committed by GitHub
commit 7b8d14178b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1wh8w5p9rb9cqgpmclaywfsz3ckfi9mw38hhg31w7hkgjmqalyj9";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0vb2qr03qv66mmxgs1d5fvs63cdfxaldlg7pilhmdzha1kgy7ib0";
cargoSha256 = "0g56rvan0p57hkl00warx4ig7a54g0qw6p2gkwn9yxi6p3p2wddj";
nativeBuildInputs = [ pkgconfig ];