forked from mirrors/nixpkgs
libressl_3_5: init at 3.5.2
This commit is contained in:
parent
d4aca509e6
commit
489e27efa8
|
@ -90,4 +90,9 @@ in {
|
|||
version = "3.4.3";
|
||||
sha256 = "sha256-/4i//jVIGLPM9UXjyv5FTFAxx6dyFwdPUzJx1jw38I0=";
|
||||
};
|
||||
|
||||
libressl_3_5 = generic {
|
||||
version = "3.5.2";
|
||||
sha256 = "sha256-Vv6rjiHD+mVJ+LfXURZYuOmFGBYoOKeVMUcyZUrfPl8=";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19954,7 +19954,8 @@ with pkgs;
|
|||
openvdb = callPackage ../development/libraries/openvdb {};
|
||||
|
||||
inherit (callPackages ../development/libraries/libressl { })
|
||||
libressl_3_4;
|
||||
libressl_3_4
|
||||
libressl_3_5;
|
||||
|
||||
libressl = libressl_3_4;
|
||||
|
||||
|
|
Loading…
Reference in a new issue