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
commit dc9a603cae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };