Commit 220cb227 authored by Robert Scott's avatar Robert Scott
Browse files

libressl: 3.6.2 -> 3.7.2

parent 760f0009
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 { };