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:
parent
79865f4d88
commit
e0cc9f3236
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user