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
2 changed files with 7 additions and 1 deletions
@@ -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=";
};
}
+2 -1
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;