mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
libressl: 2.3 is the current stable branch
http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.3-relnotes.txt
This commit is contained in:
parent
59bed14119
commit
2a70630c8c
@ -8339,8 +8339,7 @@ in
|
||||
|
||||
openslp = callPackage ../development/libraries/openslp {};
|
||||
|
||||
# 2.3 breaks some backward-compability
|
||||
libressl = self.libressl_2_2;
|
||||
libressl = self.libressl_2_3;
|
||||
libressl_2_2 = callPackage ../development/libraries/libressl/2.2.nix {
|
||||
fetchurl = fetchurlBoot;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user