Merge pull request #81090 from bhipple/u/rust-cargo-gitAndTools.git-gone

gitAndTools.git-gone: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-02-26 03:43:06 -05:00 committed by GitHub
commit e3a556ca56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "05wlng563p9iy0ky3z23a4jakcix887fb45r7j2mk0fp5ykdjmzh";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1s3v5p6qgz74sh34gvajf453fsgl13sds4v8hz8c6ivipz4hpby2";
cargoSha256 = "1scp9rzn59akxsf9p48j1zq6clbwdyasnyi4j28nj03ghvdv2i33";
nativeBuildInputs = [ pkgconfig makeWrapper ];