Unverified Commit 97390e1d authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #303368 from jrick/libressl_3_9

libressl: 3.8.4 -> 3.9.1
parents 0b4275da 56b26ff8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -114,4 +114,9 @@ in {
    version = "3.8.4";
    hash = "sha256-wM75z+F0rDZs5IL1Qv3bB3Ief6DK+s40tJqHIPo3/n0=";
  };

  libressl_3_9 = generic {
    version = "3.9.1";
    hash = "sha256-baC5VGlffuYrA/ZCAKik8Cr5Nxe2DM4Eq2yN8mLAelE=";
  };
}
+3 −2
Original line number Diff line number Diff line
@@ -23896,9 +23896,10 @@ with pkgs;
  inherit (callPackages ../development/libraries/libressl { })
    libressl_3_6
    libressl_3_7
    libressl_3_8;
    libressl_3_8
    libressl_3_9;
  libressl = libressl_3_8;
  libressl = libressl_3_9;
  boringssl = callPackage ../development/libraries/boringssl { };