libressl: 3.6.2 -> 3.7.2
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user