mysql-shell-innovation: use protobuf_25

This commit is contained in:
Aaron Jheng
2025-07-12 21:06:11 +08:00
parent 068e1406ab
commit 7080eaf5ce
+1 -1
View File
@@ -580,7 +580,7 @@ with pkgs;
mysql-shell-innovation = callPackage ../development/tools/mysql-shell/innovation.nix {
antlr = antlr4_10;
icu = icu73;
protobuf = protobuf_24;
protobuf = protobuf_25;
stdenv = if stdenv.hostPlatform.isDarwin then llvmPackages_18.stdenv else stdenv;
};