mysql80: downgrade icu to icu67

This commit is contained in:
Farid Zakaria 2021-03-12 17:06:43 -08:00
parent c5147860e2
commit 2e3e184d8a

View File

@ -18481,6 +18481,7 @@ in
inherit (darwin.apple_sdk.frameworks) CoreServices;
boost = boost173; # Configure checks for specific version.
protobuf = protobuf3_7;
icu = icu67;
};
mysql_jdbc = callPackage ../servers/sql/mysql/jdbc { };