cargo-raze: upgrade cargo fetcher and cargoSha256 (#82091)

This commit is contained in:
Benjamin Hipple 2020-03-08 22:15:25 -04:00 committed by GitHub
parent 98493add79
commit 0696641d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
};
sourceRoot = "source/impl";
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "06rl7v0f1lgj9ii07fcnaxmhn28ckr03cpf5b93q8ripm5qh7my9";
cargoSha256 = "1z20xc508a3slc1ii3hy09swvlyib14zwf9akxc0h24d5m48as1c";
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ curl libgit2 openssl ]