Merge pull request #172095 from helsinki-systems/init/libressl_3_5

This commit is contained in:
Sandro 2022-05-09 00:47:39 +02:00 committed by GitHub
commit 5a10db5d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -19958,7 +19958,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;