libressl_3_0: init at 3.0.0
This commit is contained in:
parent
66f37f4a34
commit
bc185504ca
2 changed files with 7 additions and 1 deletions
|
@ -56,4 +56,9 @@ in {
|
|||
version = "2.9.2";
|
||||
sha256 = "1m6mz515dcbrbnyz8hrpdfjzdmj1c15vbgnqxdxb89g3z9kq3iy4";
|
||||
};
|
||||
|
||||
libressl_3_0 = generic {
|
||||
version = "3.0.0";
|
||||
sha256 = "0xiwri6xcnl3wb5nbc4aw8pv32s3hp13r9v465yr8wykaw211n81";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue