libressl: 3.6.2 -> 3.7.2

This commit is contained in:
Robert Scott
2023-05-07 19:43:15 +01:00
parent 760f00091c
commit 220cb2276b
2 changed files with 9 additions and 2 deletions
@@ -111,4 +111,9 @@ in {
version = "3.6.2";
hash = "sha256-S+gP/wc3Rs9QtKjlur4nlayumMaxMqngJRm0Rd+/0DM=";
};
libressl_3_7 = generic {
version = "3.7.2";
hash = "sha256-sGqlOP78nGszxNtJMaCaX1LZ0jVyGa/L/32T/hLr9vc=";
};
}
+4 -2
View File
@@ -23156,9 +23156,10 @@ with pkgs;
inherit (callPackages ../development/libraries/libressl { })
libressl_3_4
libressl_3_6;
libressl_3_6
libressl_3_7;
libressl = libressl_3_6;
libressl = libressl_3_7;
boringssl = callPackage ../development/libraries/boringssl { };
@@ -39593,6 +39594,7 @@ with pkgs;
wasm-pack = callPackage ../development/tools/wasm-pack {
inherit (darwin.apple_sdk.frameworks) Security;
libressl = libressl_3_6;
};
wasynth = callPackage ../development/tools/wasynth { };