diesel-cli: upgrade cargo fetcher and cargoSha256 (#82089)

This commit is contained in:
Benjamin Hipple 2020-03-08 22:14:17 -04:00 committed by GitHub
parent 8f15b70653
commit e6180f61b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,10 +37,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "--no-default-features --features \"${features}\"" ];
cargoPatches = [ ./cargo-lock.patch ];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0xlcskddhy7xsiwj54gmn1xlgkfxb4dwrys7rbamfz1h8aa6ixjx";
cargoSha256 = "1vbb7r0dpmq8363i040bkhf279pz51c59kcq9v5qr34hs49ish8g";
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl ]