Merge pull request #81392 from bhipple/u/rust-cargo-cargo-watch

cargo-watch: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-02-29 20:08:21 -05:00 committed by GitHub
commit 4d9c956d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0l1aalb8ans7scljrza7akhi821jbpqgn6sa8kgd8sys83r93fkj";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0dlbln8nsvmrc9p99bl6yni57fravicias9gbv88fg7az904ilzz";
cargoSha256 = "07zkfpw0zyakpsm1mg525ibpsfs9swwmijb0xfsk3nbv66caqd04";
buildInputs = lib.optional stdenv.isDarwin CoreServices;