From 2b97c49e03657af1574aee5a34f57b38fba90035 Mon Sep 17 00:00:00 2001 From: clawdbot-ci Date: Thu, 26 Feb 2026 12:46:07 +0000 Subject: [PATCH] update tool releases --- nix/pkgs/gogcli.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nix/pkgs/gogcli.nix b/nix/pkgs/gogcli.nix index c1a30a4..aad5471 100644 --- a/nix/pkgs/gogcli.nix +++ b/nix/pkgs/gogcli.nix @@ -3,22 +3,22 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/joshp123/gogcli/releases/download/v0.11.1/gogcli_0.11.1_darwin_arm64.tar.gz"; - hash = "sha256-fNc6D2VSh8xZypTWd9c2GM9dWSUUuTVbQ5sqXIqCUCA="; + url = "https://github.com/steipete/gogcli/releases/download/v0.11.0/gogcli_0.11.0_darwin_arm64.tar.gz"; + hash = "sha256-ESaGjD+TmhSqlld9Vlj1/vHhU58zJzC/NaBudBYsnmE="; }; "x86_64-linux" = { - url = "https://github.com/joshp123/gogcli/releases/download/v0.11.1/gogcli_0.11.1_linux_amd64.tar.gz"; - hash = "sha256-+VfeOurErs/UnBTKcld2gQOUYxTNz5LyzOjOY6j2R5Y="; + url = "https://github.com/steipete/gogcli/releases/download/v0.11.0/gogcli_0.11.0_linux_amd64.tar.gz"; + hash = "sha256-ypi6VuKczTcT/nv4Nf3KAK4bl83LewvF45Pn7bQInIQ="; }; "aarch64-linux" = { - url = "https://github.com/joshp123/gogcli/releases/download/v0.11.1/gogcli_0.11.1_linux_arm64.tar.gz"; - hash = "sha256-20hyAqf4QGh5QQtIKtoFd8jn4yza1hjQr9eZ22pi73I="; + url = "https://github.com/steipete/gogcli/releases/download/v0.11.0/gogcli_0.11.0_linux_arm64.tar.gz"; + hash = "sha256-G/6YBUVkFQFIj+2Txm/HZnHHKkYFKF9XRXLaxwDv3TU="; }; }; in stdenv.mkDerivation { pname = "gogcli"; - version = "0.11.1"; + version = "0.11.0"; src = fetchurl sources.${stdenv.hostPlatform.system};