Commit 8bed3364 authored by Ruud van Asseldonk's avatar Ruud van Asseldonk
Browse files

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.
parent 371bdc15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };