Merge pull request #81385 from bhipple/u/rust-cargo-git-backup

git-backup: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-02-29 11:49:37 -05:00 committed by GitHub
commit 89e86c67cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0h31j8clvk4gkw4mgva9p0ypf26zhf7f0y564fdmzyw6rsz9wzcj";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1vfyhfdy5ks9zs9sy61ck9459w86hn9v6jqcar7rib82bclzr1mx";
cargoSha256 = "09nfvzvgpdl5glzjays4lm50iwvjzbz364y6agya1a94qqwkaj7f";
nativeBuildInputs = [ pkg-config ];