From 76bccdda2d7f9fb8a1f113a4b2c44eab59a5954d Mon Sep 17 00:00:00 2001 From: clawdbot-ci Date: Tue, 5 May 2026 09:23:07 +0000 Subject: [PATCH] update tool releases --- nix/pkgs/discrawl.nix | 6 +++--- nix/pkgs/gogcli.nix | 6 +++--- nix/pkgs/goplaces.nix | 8 ++++---- nix/pkgs/imsg.nix | 2 +- nix/pkgs/peekaboo.nix | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/nix/pkgs/discrawl.nix b/nix/pkgs/discrawl.nix index e73e9e2..24f62aa 100644 --- a/nix/pkgs/discrawl.nix +++ b/nix/pkgs/discrawl.nix @@ -3,15 +3,15 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/steipete/discrawl/releases/download/v0.6.6/discrawl_0.6.6_darwin_arm64.tar.gz"; + url = "https://github.com/openclaw/discrawl/releases/download/v0.6.6/discrawl_0.6.6_darwin_arm64.tar.gz"; hash = "sha256-0E6wsXrmhUCi7QOQ9O9AQTVLqow2V3xtPY5pLu9tblE="; }; "x86_64-linux" = { - url = "https://github.com/steipete/discrawl/releases/download/v0.6.6/discrawl_0.6.6_linux_amd64.tar.gz"; + url = "https://github.com/openclaw/discrawl/releases/download/v0.6.6/discrawl_0.6.6_linux_amd64.tar.gz"; hash = "sha256-BEfe4Qymqt8284GJI6wqvFPuWAjBoLrAXpUo0XfhXUE="; }; "aarch64-linux" = { - url = "https://github.com/steipete/discrawl/releases/download/v0.6.6/discrawl_0.6.6_linux_arm64.tar.gz"; + url = "https://github.com/openclaw/discrawl/releases/download/v0.6.6/discrawl_0.6.6_linux_arm64.tar.gz"; hash = "sha256-rEHI1Lt6EZLIedb2w4BGbBDRUa4UMZqmL6nTXQ4Uflw="; }; }; diff --git a/nix/pkgs/gogcli.nix b/nix/pkgs/gogcli.nix index 6da3042..0960b06 100644 --- a/nix/pkgs/gogcli.nix +++ b/nix/pkgs/gogcli.nix @@ -3,15 +3,15 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/steipete/gogcli/releases/download/v0.15.0/gogcli_0.15.0_darwin_arm64.tar.gz"; + url = "https://github.com/openclaw/gogcli/releases/download/v0.15.0/gogcli_0.15.0_darwin_arm64.tar.gz"; hash = "sha256-WMc9nprZ+2m6Nd+MabD5eGXJ2XSmpRFfG7RuI/Ldl8k="; }; "x86_64-linux" = { - url = "https://github.com/steipete/gogcli/releases/download/v0.15.0/gogcli_0.15.0_linux_amd64.tar.gz"; + url = "https://github.com/openclaw/gogcli/releases/download/v0.15.0/gogcli_0.15.0_linux_amd64.tar.gz"; hash = "sha256-v6KpyAkr0ynbiaoQD4B0o/FCUePbcWuSdid5PkcUjJ0="; }; "aarch64-linux" = { - url = "https://github.com/steipete/gogcli/releases/download/v0.15.0/gogcli_0.15.0_linux_arm64.tar.gz"; + url = "https://github.com/openclaw/gogcli/releases/download/v0.15.0/gogcli_0.15.0_linux_arm64.tar.gz"; hash = "sha256-R3+DUVlX9asKDc9B/NSFSDF11PsY4O1hZXZsMQsqGzU="; }; }; diff --git a/nix/pkgs/goplaces.nix b/nix/pkgs/goplaces.nix index 4514579..f439878 100644 --- a/nix/pkgs/goplaces.nix +++ b/nix/pkgs/goplaces.nix @@ -3,19 +3,19 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/steipete/goplaces/releases/download/v0.4.0/goplaces_0.4.0_darwin_arm64.tar.gz"; + url = "https://github.com/openclaw/goplaces/releases/download/v0.4.0/goplaces_0.4.0_darwin_arm64.tar.gz"; hash = "sha256-FJ8hVqQhp/Ppk17CrDJk4dmu2pvS2xBX5cAzafpaM8g="; }; "x86_64-darwin" = { - url = "https://github.com/steipete/goplaces/releases/download/v0.4.0/goplaces_0.4.0_darwin_amd64.tar.gz"; + url = "https://github.com/openclaw/goplaces/releases/download/v0.4.0/goplaces_0.4.0_darwin_amd64.tar.gz"; hash = "sha256-/vVK0hqh1q3tliSy4mRT9X3jRayYhWAfZLS+VsFd+NU="; }; "x86_64-linux" = { - url = "https://github.com/steipete/goplaces/releases/download/v0.4.0/goplaces_0.4.0_linux_amd64.tar.gz"; + url = "https://github.com/openclaw/goplaces/releases/download/v0.4.0/goplaces_0.4.0_linux_amd64.tar.gz"; hash = "sha256-cUHDAZ4Ep50K2ljLn8LyJeWPJlcr/sytP95UsNmSv3w="; }; "aarch64-linux" = { - url = "https://github.com/steipete/goplaces/releases/download/v0.4.0/goplaces_0.4.0_linux_arm64.tar.gz"; + url = "https://github.com/openclaw/goplaces/releases/download/v0.4.0/goplaces_0.4.0_linux_arm64.tar.gz"; hash = "sha256-YjeLRDLwuQbUOYZYnpNkuYDvsm54PB1jmqTHas2T5VY="; }; }; diff --git a/nix/pkgs/imsg.nix b/nix/pkgs/imsg.nix index 4e726d7..d4eba83 100644 --- a/nix/pkgs/imsg.nix +++ b/nix/pkgs/imsg.nix @@ -3,7 +3,7 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/steipete/imsg/releases/download/v0.6.0/imsg-macos.zip"; + url = "https://github.com/openclaw/imsg/releases/download/v0.6.0/imsg-macos.zip"; hash = "sha256-oA/Q1ZlLNtMxAwGrf5TbgsrfWxdJPE043nBW0cDCCw8="; }; }; diff --git a/nix/pkgs/peekaboo.nix b/nix/pkgs/peekaboo.nix index 95e9740..b0df646 100644 --- a/nix/pkgs/peekaboo.nix +++ b/nix/pkgs/peekaboo.nix @@ -3,7 +3,7 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/steipete/Peekaboo/releases/download/v3.0.0-beta4/peekaboo-macos-arm64.tar.gz"; + url = "https://github.com/openclaw/Peekaboo/releases/download/v3.0.0-beta4/peekaboo-macos-arm64.tar.gz"; hash = "sha256-74eXVHpRAmcs0mzK3GLh/3So78AEMZzXBvx1Zg7uOkc="; }; };