update tool releases

This commit is contained in:
openclaw-ci 2026-05-06 09:12:11 +00:00
parent a0e7ac5ef1
commit 4d1adfbdd7
3 changed files with 15 additions and 15 deletions

View File

@ -3,14 +3,14 @@
let
sources = {
"aarch64-darwin" = {
url = "https://github.com/openclaw/imsg/releases/download/v0.6.0/imsg-macos.zip";
hash = "sha256-oA/Q1ZlLNtMxAwGrf5TbgsrfWxdJPE043nBW0cDCCw8=";
url = "https://github.com/openclaw/imsg/releases/download/v0.7.2/imsg-macos.zip";
hash = "sha256-m87O6bI70/iQrt2qZia0JP6EM19TE43oct9VBpgVokA=";
};
};
in
stdenv.mkDerivation {
pname = "imsg";
version = "0.6.0";
version = "0.7.2";
src = fetchurl sources.${stdenv.hostPlatform.system};

View File

@ -3,18 +3,18 @@
let
sources = {
"aarch64-darwin" = {
url = "https://github.com/steipete/sag/releases/download/v0.2.2/sag_0.2.2_darwin_universal.tar.gz";
hash = "sha256-BVS675EiF9nh85iPttdJLUbS9JEFpeuRdeP4YfOc0ok=";
url = "https://github.com/steipete/sag/releases/download/v0.3.0/sag_0.3.0_darwin_universal.tar.gz";
hash = "sha256-6JqfjA09qlBrdLp72NCbk0VNkZ/6zv5U0rXcYohAnxQ=";
};
"x86_64-linux" = {
url = "https://github.com/steipete/sag/releases/download/v0.2.2/sag_0.2.2_linux_amd64.tar.gz";
hash = "sha256-/d/iVTZI/ZzTRGYQxVF22JeFDXn0qpXWC2BdOH/6vcg=";
url = "https://github.com/steipete/sag/releases/download/v0.3.0/sag_0.3.0_linux_amd64.tar.gz";
hash = "sha256-jUwjqeORPphMX3xhX36zy/W/X10PP0wP5Ryz5ggpKX4=";
};
};
in
stdenv.mkDerivation {
pname = "sag";
version = "0.2.2";
version = "0.3.0";
src = fetchurl sources.${stdenv.hostPlatform.system};

View File

@ -3,22 +3,22 @@
let
sources = {
"aarch64-darwin" = {
url = "https://github.com/steipete/sonoscli/releases/download/v0.1.0/sonoscli-macos-arm64.tar.gz";
hash = "sha256-t5VUWXPrxgYXopiQEuO7k91Gx70oefyhbOZmF/XDwaw=";
url = "https://github.com/steipete/sonoscli/releases/download/v0.2.0/sonoscli_0.2.0_darwin_arm64.tar.gz";
hash = "sha256-aXmXlnwHdw91acP0N6NMsP+5dKYlLj9FwBexMtHjsUk=";
};
"x86_64-linux" = {
url = "https://github.com/steipete/sonoscli/releases/download/v0.1.0/sonoscli_0.1.0_linux_amd64.tar.gz";
hash = "sha256-8g/sTD4P8Ctbpv5N0nZ1SpP+UH6CUuUwNEo4VjW01ZM=";
url = "https://github.com/steipete/sonoscli/releases/download/v0.2.0/sonoscli_0.2.0_linux_amd64.tar.gz";
hash = "sha256-EcVWk21CEslv62jen3GyQinCsMYLDklLm/W2g8z0Hg4=";
};
"aarch64-linux" = {
url = "https://github.com/steipete/sonoscli/releases/download/v0.1.0/sonoscli_0.1.0_linux_arm64.tar.gz";
hash = "sha256-EtBtsNcvD5OvryUjCQ5oy3H7w4etgfXs7PkdsefWdE0=";
url = "https://github.com/steipete/sonoscli/releases/download/v0.2.0/sonoscli_0.2.0_linux_arm64.tar.gz";
hash = "sha256-1nRMOTHIiTX3Rt+RZ4wcCd+/+eWLMo8LQcB62HD78xw=";
};
};
in
stdenv.mkDerivation {
pname = "sonoscli";
version = "0.1.0";
version = "0.2.0";
src = fetchurl sources.${stdenv.hostPlatform.system};