libressl: switch to 3.1 branch
It is the latest now, let's default to it. 3.0 will still be supported until October, when OpenBSD 6.6 turns one year old. Also add reminder to use the latest version, as suggested by doronbehar.
This commit is contained in:
@@ -14002,7 +14002,9 @@ in
|
||||
libressl_3_0
|
||||
libressl_3_1;
|
||||
|
||||
libressl = libressl_3_0;
|
||||
# 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;
|
||||
|
||||
boringssl = callPackage ../development/libraries/boringssl { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user