From 3bc73a214ac4f00e9000495109064049eada7809 Mon Sep 17 00:00:00 2001 From: clawdbot-ci Date: Tue, 5 May 2026 06:16:42 +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 66065cb..6da3042 100644 --- a/nix/pkgs/gogcli.nix +++ b/nix/pkgs/gogcli.nix @@ -3,22 +3,22 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/steipete/gogcli/releases/download/v0.14.0/gogcli_0.14.0_darwin_arm64.tar.gz"; - hash = "sha256-qJ+H7dc+oPn7E57kvEIwlAc990nkpiGSqlFCDy9kZjo="; + url = "https://github.com/steipete/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.14.0/gogcli_0.14.0_linux_amd64.tar.gz"; - hash = "sha256-sq2qUDYnqlbZGGzxBHp5CqFfjdGFIkgN1P8UBgyd0hs="; + url = "https://github.com/steipete/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.14.0/gogcli_0.14.0_linux_arm64.tar.gz"; - hash = "sha256-KOq4AyYyjUvL6tMq4WtOZu2WYTdtJR1g44uFmJt8oHs="; + url = "https://github.com/steipete/gogcli/releases/download/v0.15.0/gogcli_0.15.0_linux_arm64.tar.gz"; + hash = "sha256-R3+DUVlX9asKDc9B/NSFSDF11PsY4O1hZXZsMQsqGzU="; }; }; in stdenv.mkDerivation { pname = "gogcli"; - version = "0.14.0"; + version = "0.15.0"; src = fetchurl sources.${stdenv.hostPlatform.system};