Merge pull request #81088 from bhipple/u/rust-cargo-gitAndTools.git-absorb

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

View File

@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1khplyglavsidh13nnq9y5rxd5w89ail08wgzn29a5m03zir1yfd";
cargoSha256 = "13gikjswbb0kkpvb5zhj88qq5l667624gkfb7hd3zygh4qyhsy05";
meta = with stdenv.lib; {
homepage = "https://github.com/tummychow/git-absorb";