libressl: 3.8.4 -> 3.9.1

This commit is contained in:
Josh Rickmar 2024-04-11 09:54:57 -04:00
parent f1a819d270
commit 56b26ff8e7
2 changed files with 8 additions and 2 deletions

View File

@ -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=";
};
}

View File

@ -23905,9 +23905,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 { };