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:
Ruud van Asseldonk 2022-10-08 16:25:05 +02:00
parent 371bdc1574
commit 8bed3364f0

View File

@ -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 { };