lol

websocat: upgrade cargo fetcher and cargoSha256

Infra upgrade as part of #79975; no functional change expected.

authored by

Benjamin Hipple and committed by
Austin Seipp
bca071a7 7e66ce29

+1 -4
+1 -4
pkgs/tools/misc/websocat/default.nix
··· 12 12 }; 13 13 14 14 cargoBuildFlags = [ "--features=ssl" ]; 15 - # Delete this on next update; see #79975 for details 16 - legacyCargoFetcher = true; 17 - 18 - cargoSha256 = "163kwpahrbb9v88kjkrc0jx2np3c068pspr8rqrm9cb8jyl2njrr"; 15 + cargoSha256 = "09chj0bgf4r8v5cjq0hvb84zvh98nrzrh1m0wdqjy5gi7zc30cis"; 19 16 20 17 nativeBuildInputs = [ pkgconfig ]; 21 18 buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isDarwin Security;