about summary refs log tree commit diff
path: root/pkgs/tools/misc/websocat
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-27 21:34:52 -0500
committerAustin Seipp <aseipp@pobox.com>2020-02-27 21:59:40 -0600
commitbca071a738748e7fa4410deebd0a5050773f600a (patch)
tree5db22a55734fa30b4d9e2ce49565526e1313f431 /pkgs/tools/misc/websocat
parent7e66ce29bfe1a91de153109c469d3b4dee05bbfa (diff)
websocat: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
Diffstat (limited to 'pkgs/tools/misc/websocat')
-rw-r--r--pkgs/tools/misc/websocat/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/misc/websocat/default.nix b/pkgs/tools/misc/websocat/default.nix
index 003932551efd6..14617f207dbef 100644
--- a/pkgs/tools/misc/websocat/default.nix
+++ b/pkgs/tools/misc/websocat/default.nix
@@ -12,10 +12,7 @@ rustPlatform.buildRustPackage rec {
   };
 
   cargoBuildFlags = [ "--features=ssl" ];
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "163kwpahrbb9v88kjkrc0jx2np3c068pspr8rqrm9cb8jyl2njrr";
+  cargoSha256 = "09chj0bgf4r8v5cjq0hvb84zvh98nrzrh1m0wdqjy5gi7zc30cis";
 
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isDarwin Security;