3
0
Fork 0
forked from mirrors/nixpkgs

libressl_3_5: init at 3.5.2

This commit is contained in:
ajs124 2022-05-08 22:29:23 +01:00
parent d4aca509e6
commit 489e27efa8
2 changed files with 7 additions and 1 deletions

View file

@ -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=";
};
}

View file

@ -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;