Merge pull request #81230 from bhipple/u/rust-cargo-diffr

diffr: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-02-28 05:15:05 -05:00 committed by GitHub
commit cec07cf4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1fpcyl4kc4djfl6a2jlj56xqra42334vygz8n7614zgjpyxz3zx2";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1dddb3a547qnpm1vvrgffb3v9m8sh19hmhy0fg6xjqpm032lqx3v";
cargoSha256 = "17xgjk8li29b8q8p2bi56klqg0v2q0j6ich438c4p06jrszccx1f";
nativeBuildInputs = [];
buildInputs = (stdenv.lib.optional stdenv.isDarwin Security);