Merge pull request #303368 from jrick/libressl_3_9

libressl: 3.8.4 -> 3.9.1
This commit is contained in:
Franz Pletz 2024-04-12 17:37:42 +02:00 committed by GitHub
commit 97390e1d60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -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 { };