Merge pull request #235140 from aaronjheng/mysql-shell

mysql-shell: unpin protobuf
This commit is contained in:
Sandro 2023-06-06 18:29:06 +02:00 committed by GitHub
commit f5784d06a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -924,7 +924,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreServices;
antlr = antlr4_10;
boost = boost177; # Configure checks for specific version.
protobuf = protobuf3_19;
icu = icu69;
};