Merge pull request #80259 from bhipple/u/rust-cargo-async

async: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Daniel Schaefer 2020-02-16 13:39:50 +01:00 committed by GitHub
commit 63703cfd7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "19ypflbayi5l0mb8yw7w0a4bq9a3w8nl9jsxapp9m3xggzmsvrxx";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1qf52xsd15rj8y9w65zyab7akvzry76k1d4gxvxlz7ph3sl7jl3y";
cargoSha256 = "1zgds5rjjikvaj0rxc7slyvkjn067s0v8vdnxn3vsv819q5yd707";
meta = with stdenv.lib; {
description = "A tool to parallelize shell commands";