Merge pull request #235510 from aaronjheng/mysql-openssl

mysql80: unpin openssl
This commit is contained in:
Weijia Wang
2023-06-03 00:53:34 +02:00
committed by GitHub
-1
View File
@@ -26004,7 +26004,6 @@ with pkgs;
boost = boost177; # Configure checks for specific version.
protobuf = protobuf3_19;
icu = icu69;
openssl = openssl_1_1;
};
mysql_jdbc = callPackage ../servers/sql/mysql/jdbc { };