Merge pull request #195099 from ruuda/wasmpack-libressl

wasm-pack: Update LibreSSL to 3.5

authored by Robert Scott and committed by GitHub bf887f0d efda63c6

+1 -1
+1 -1
pkgs/top-level/all-packages.nix
··· 36886 36886 36887 36887 wasm-pack = callPackage ../development/tools/wasm-pack { 36888 36888 inherit (darwin.apple_sdk.frameworks) Security; 36889 - libressl = libressl_3_4; 36889 + libressl = libressl_3_5; 36890 36890 }; 36891 36891 36892 36892 wasynth = callPackage ../development/tools/wasynth { };