about summary refs log tree commit diff
path: root/pkgs/tools/misc/watchexec
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-28 00:38:53 -0500
committerJon <jonringer@users.noreply.github.com>2020-02-28 00:17:28 -0800
commitd07ca7253a16851382deda6d827b91b0afd28169 (patch)
treecfc2ca4d4496a1233dc0d55fbbd9be3e46191724 /pkgs/tools/misc/watchexec
parente7f7cd262d94f2501013eb9a32abc98d09c71568 (diff)
watchexec: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
Diffstat (limited to 'pkgs/tools/misc/watchexec')
-rw-r--r--pkgs/tools/misc/watchexec/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/misc/watchexec/default.nix b/pkgs/tools/misc/watchexec/default.nix
index 26fc7107d41ec..eede909ddceb3 100644
--- a/pkgs/tools/misc/watchexec/default.nix
+++ b/pkgs/tools/misc/watchexec/default.nix
@@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "03s9nsss4895x4lp90y65jajavk8c2nj1jjnmx0vbbwl210ghlv1";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "07whi9w51ddh8s7v06c3k6n5q9gfx74rdkhgfysi180y2rgnbanj";
+  cargoSha256 = "0p20d7paiafvl4k9iiazbgq75wk7k42sz2h1y5lalq16f5rp6dbp";
 
   nativeBuildInputs = [ installShellFiles ];