websocat: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
This commit is contained in:
parent
7e66ce29bf
commit
bca071a738
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue