Merge pull request #195099 from ruuda/wasmpack-libressl

wasm-pack: Update LibreSSL to 3.5
This commit is contained in:
Robert Scott
2022-10-08 19:00:07 +01:00
committed by GitHub
+1 -1
View File
@@ -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 { };