Merge pull request #80244 from bhipple/u/rust-cargo-cargo-deb

cargo-deb: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Daniel Schaefer 2020-02-16 13:45:58 +01:00 committed by GitHub
commit 0207ec4632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,10 +17,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0j64dcczxdr9zdch4a241d5adgipzz8sgbw00min9k3p8hbljd9n";
cargoSha256 = "0ji6d5a23rzhkkk27iigqcf2zw3mx1p1ap0cryqcj43z5ixdygiw";
meta = with lib; {
description = "Generate Debian packages from information in Cargo.toml";