From 747ce88d6dceb379a73869aab73ca502cc728f37 Mon Sep 17 00:00:00 2001 From: openclaw-ci Date: Fri, 8 May 2026 04:05:44 +0000 Subject: [PATCH] update tool releases --- nix/pkgs/imsg.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/pkgs/imsg.nix b/nix/pkgs/imsg.nix index 0931ac7..250a4d5 100644 --- a/nix/pkgs/imsg.nix +++ b/nix/pkgs/imsg.nix @@ -3,14 +3,14 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/openclaw/imsg/releases/download/v0.7.3/imsg-macos.zip"; - hash = "sha256-/wsl9WgPGqCpOhiqDyNy6Mie6K+vCn7ffefV8r0eM/E="; + url = "https://github.com/openclaw/imsg/releases/download/v0.8.0/imsg-macos.zip"; + hash = "sha256-CO2pbs85AbN8FcKdai22BCElRiYJLcj9jf5sXUj1lE8="; }; }; in stdenv.mkDerivation { pname = "imsg"; - version = "0.7.3"; + version = "0.8.0"; src = fetchurl sources.${stdenv.hostPlatform.system};