mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libressl_2_9: init at 2.9.0
This commit is contained in:
parent
949dc60acc
commit
51c8e01676
2 changed files with 7 additions and 1 deletions
|
@ -44,4 +44,9 @@ in {
|
|||
version = "2.8.3";
|
||||
sha256 = "0xw4z4z6m7lyf1r4m2w2w1k7as791c04ygnfk4d7d0ki0h9hnr4v";
|
||||
};
|
||||
|
||||
libressl_2_9 = generic {
|
||||
version = "2.9.0";
|
||||
sha256 = "1x1wl6b449m6hfhyxxzxbf2v8yfb5q92q6d01hdg28xp1222jpzb";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11860,7 +11860,8 @@ in
|
|||
|
||||
inherit (callPackages ../development/libraries/libressl { })
|
||||
libressl_2_7
|
||||
libressl_2_8;
|
||||
libressl_2_8
|
||||
libressl_2_9;
|
||||
|
||||
libressl = libressl_2_8;
|
||||
|
||||
|
|
Loading…
Reference in a new issue