about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2024-05-15 22:52:28 +0800
committerAaron Jheng <wentworth@outlook.com>2024-05-15 22:52:28 +0800
commit0d1b4f63f1edb0a28ab4ce820e9a78f92a5a596c (patch)
tree978e2e37e67ae9ef8a8600c46b288e739552bcb5 /pkgs/top-level/all-packages.nix
parentdf0bced72574a24e004018e9a50b98f87a01b202 (diff)
mysql-shell-innovation: 8.3.0 -> 8.4.0
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f2dcbdedb778d..2e9b838572626 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1093,8 +1093,8 @@ with pkgs;
     inherit (darwin) cctools DarwinTools;
     inherit (darwin.apple_sdk.frameworks) CoreServices;
     antlr = antlr4_10;
-    icu =  icu69;
-    protobuf = protobuf_21;
+    icu =  icu73;
+    protobuf = protobuf_24;
   };
 
   broadlink-cli = callPackage ../tools/misc/broadlink-cli { };