summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/async
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-16 03:57:15 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2020-02-16 03:57:15 -0500
commit7605f60665e35a8039818fbe7a7e4064fbf5578f (patch)
treef549c4ec5e144ac84204f1907a4adbd28756a6aa /pkgs/development/tools/async
parentebc94344f7780209df4e402105390e72253ff5c3 (diff)
async: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
Diffstat (limited to 'pkgs/development/tools/async')
-rw-r--r--pkgs/development/tools/async/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/tools/async/default.nix b/pkgs/development/tools/async/default.nix
index 65c1a0fa78d0..dad1e2f65741 100644
--- a/pkgs/development/tools/async/default.nix
+++ b/pkgs/development/tools/async/default.nix
@@ -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";