Merge pull request #101510 from omasanori/libressl-3.2.2

libressl_3_2: init at 3.2.5, libressl_3_1: 3.1.4 -> 3.1.5
This commit is contained in:
Sandro 2021-03-18 01:41:03 +01:00 committed by GitHub
commit ea68396a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View File

@ -64,7 +64,12 @@ let
in {
libressl_3_1 = generic {
version = "3.1.4";
sha256 = "1dnbbnr43jashxivnafmh9gnn57c7ayva788ba03z633k6f18k21";
version = "3.1.5";
sha256 = "1504a1sf43frw43j14pij0q1f48rm5q86ggrlxxhw708qp7ds4rc";
};
libressl_3_2 = generic {
version = "3.2.5";
sha256 = "1zkwrs3b19s1ybz4q9hrb7pqsbsi8vxcs44qanfy11fkc7ynb2kr";
};
}

View File

@ -16410,11 +16410,12 @@ in
openvdb = callPackage ../development/libraries/openvdb {};
inherit (callPackages ../development/libraries/libressl { })
libressl_3_1;
libressl_3_1
libressl_3_2;
# Please keep this pointed to the latest version. See also
# https://discourse.nixos.org/t/nixpkgs-policy-regarding-libraries-available-in-multiple-versions/7026/2
libressl = libressl_3_1;
libressl = libressl_3_2;
boringssl = callPackage ../development/libraries/boringssl { };