Merge pull request #81093 from bhipple/u/rust-cargo-gitAndTools.git-ignore

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

View File

@ -13,10 +13,7 @@ buildRustPackage rec {
sha256 = "0krz50pw9bkyzl78bvppk6skbpjp8ga7bd34jya4ha1xfmd8p89c";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1ccipxifnm38315qigaq28hlzam2wr8q2p2dbcq96kar6pq377vf";
cargoSha256 = "0vcg2pl0s329fr8p23pwdx2jy7qahbr7n337ib61f69aaxi1xmq0";
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl ]