libressl_2_7: init at 2.7.3

This commit is contained in:
Ruud van Asseldonk 2018-05-13 15:25:24 +02:00
parent 91e9f1d737
commit 4371e5be0b
2 changed files with 7 additions and 1 deletions

View file

@ -43,4 +43,9 @@ in {
version = "2.6.4";
sha256 = "07yi37a2ghsgj2b4w30q1s4d2inqnix7ika1m21y57p9z71212k3";
};
libressl_2_7 = generic {
version = "2.7.3";
sha256 = "1597kj9jy3jyw52ys19sd4blg2gkam5q0rqdxbnrnvnyw67hviqn";
};
}

View file

@ -10947,7 +10947,8 @@ with pkgs;
inherit (callPackages ../development/libraries/libressl { })
libressl_2_5
libressl_2_6;
libressl_2_6
libressl_2_7;
libressl = libressl_2_5;