wasm-pack: Update LibreSSL to 3.5
LibreSSL 3.4 will soon become unsupported, and fortunately rust-openssl now supports LibreSSL 3.5, so we can update this. We cannot yet update it to 3.6, which is not yet supported by rust-openssl.
This commit is contained in:
parent
371bdc1574
commit
8bed3364f0
@ -36882,7 +36882,7 @@ with pkgs;
|
||||
|
||||
wasm-pack = callPackage ../development/tools/wasm-pack {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
libressl = libressl_3_4;
|
||||
libressl = libressl_3_5;
|
||||
};
|
||||
|
||||
wasynth = callPackage ../development/tools/wasynth { };
|
||||
|
Loading…
Reference in New Issue
Block a user