Unverified Commit bf887f0d authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #195099 from ruuda/wasmpack-libressl

wasm-pack: Update LibreSSL to 3.5
parents efda63c6 8bed3364
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36886,7 +36886,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 { };