Merge pull request #80310 from bhipple/u/rust-cargo-ytop

ytop: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-02-17 08:48:44 -05:00 committed by GitHub
commit af5dc59c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,10 +15,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "11pcchwahcwdvmfwfs6j2zg23grlw538wfs90mvqy2mpccj7d3ys";
cargoSha256 = "0c4xp63fm1n7x8brmx7avqjvcbqi32k6x5ps7h0fh0ign452y7fz";
verifyCargoDeps = true;
meta = with stdenv.lib; {