mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
libressl_3_1: init at 3.1.1
This commit is contained in:
parent
72066757c8
commit
5a287e7102
@ -79,4 +79,9 @@ in {
|
||||
version = "3.0.2";
|
||||
sha256 = "13ir2lpxz8y1m151k7lrx306498nzfhwlvgkgv97v5cvywmifyyz";
|
||||
};
|
||||
|
||||
libressl_3_1 = generic {
|
||||
version = "3.1.1";
|
||||
sha256 = "006vnr14499fdsvyy0ddpvcn13habymfxxvmqk2aybispdgcximx";
|
||||
};
|
||||
}
|
||||
|
@ -14000,7 +14000,8 @@ in
|
||||
|
||||
inherit (callPackages ../development/libraries/libressl { })
|
||||
libressl_2_9
|
||||
libressl_3_0;
|
||||
libressl_3_0
|
||||
libressl_3_1;
|
||||
|
||||
libressl = libressl_3_0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user