libressl_2_6: remove, not maintained anymore

This commit is contained in:
Franz Pletz 2018-12-17 23:55:09 +01:00
parent 71594e277c
commit 5911d54457
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 1 additions and 7 deletions

@ -35,11 +35,6 @@ let
in {
libressl_2_6 = generic {
version = "2.6.5";
sha256 = "0anx9nlgixdjn811zclim85jm5yxmxwycj71ix27rlhr233xz7l5";
};
libressl_2_7 = generic {
version = "2.7.4";
sha256 = "19kxa5i97q7p6rrps9qm0nd8zqhdjvzx02j72400c73cl2nryfhy";

@ -11859,11 +11859,10 @@ in
openvdb = callPackage ../development/libraries/openvdb {};
inherit (callPackages ../development/libraries/libressl { })
libressl_2_6
libressl_2_7
libressl_2_8;
libressl = libressl_2_7;
libressl = libressl_2_8;
boringssl = callPackage ../development/libraries/boringssl { };