libressl_3_0: init at 3.0.0

This commit is contained in:
Ruud van Asseldonk 2019-08-10 20:18:28 +02:00 committed by Austin Seipp
parent 66f37f4a34
commit bc185504ca
2 changed files with 7 additions and 1 deletions

View File

@ -56,4 +56,9 @@ in {
version = "2.9.2";
sha256 = "1m6mz515dcbrbnyz8hrpdfjzdmj1c15vbgnqxdxb89g3z9kq3iy4";
};
libressl_3_0 = generic {
version = "3.0.0";
sha256 = "0xiwri6xcnl3wb5nbc4aw8pv32s3hp13r9v465yr8wykaw211n81";
};
}

View File

@ -12817,7 +12817,8 @@ in
inherit (callPackages ../development/libraries/libressl { })
libressl_2_8
libressl_2_9;
libressl_2_9
libressl_3_0;
libressl = libressl_2_9;