From 620dc9666c9e7fcda3e7c75479004a1ca10c95f8 Mon Sep 17 00:00:00 2001 From: clawdbot-ci Date: Sun, 3 May 2026 15:44:43 +0000 Subject: [PATCH] update tool releases --- nix/pkgs/discrawl.nix | 14 +++++++------- nix/pkgs/gogcli.nix | 14 +++++++------- nix/pkgs/peekaboo.nix | 6 +++--- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/nix/pkgs/discrawl.nix b/nix/pkgs/discrawl.nix index 493496e..746f683 100644 --- a/nix/pkgs/discrawl.nix +++ b/nix/pkgs/discrawl.nix @@ -3,22 +3,22 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/steipete/discrawl/releases/download/v0.6.0/discrawl_0.6.0_darwin_arm64.tar.gz"; - hash = "sha256-VAGD2mmbZP3pxBgtzg9n3DE89NDLKD5iUIVMbJYwaOo="; + url = "https://github.com/steipete/discrawl/releases/download/v0.6.5/discrawl_0.6.5_darwin_arm64.tar.gz"; + hash = "sha256-nxt8Pq0ldbf4QefkBYDMIEzp9dRZUBuK7GBygI+4HDc="; }; "x86_64-linux" = { - url = "https://github.com/steipete/discrawl/releases/download/v0.6.0/discrawl_0.6.0_linux_amd64.tar.gz"; - hash = "sha256-KQlpw/I1asBK4+3IlbCiO76+ysJIMVSSuwqrr9UG190="; + url = "https://github.com/steipete/discrawl/releases/download/v0.6.5/discrawl_0.6.5_linux_amd64.tar.gz"; + hash = "sha256-0lLlZYWZgvebBNWfZjicdB+o9tJ43N4n3CxAQ9mLfHM="; }; "aarch64-linux" = { - url = "https://github.com/steipete/discrawl/releases/download/v0.6.0/discrawl_0.6.0_linux_arm64.tar.gz"; - hash = "sha256-2uRQonrM4THiSyNUir9bgOyaTWHbPv4brIPCNW4yU4s="; + url = "https://github.com/steipete/discrawl/releases/download/v0.6.5/discrawl_0.6.5_linux_arm64.tar.gz"; + hash = "sha256-k+ls+9dKvBLaMbThCoNgn6vQxGhviDeXaH6JmbeBrLM="; }; }; in stdenv.mkDerivation { pname = "discrawl"; - version = "0.6.0"; + version = "0.6.5"; src = fetchurl sources.${stdenv.hostPlatform.system}; diff --git a/nix/pkgs/gogcli.nix b/nix/pkgs/gogcli.nix index c5e2611..66065cb 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.13.0/gogcli_0.13.0_darwin_arm64.tar.gz"; - hash = "sha256-fG9lD3UWMj3dAD5Kur+Zj8HSxzCJpGYrjHm/gKxL31Y="; + url = "https://github.com/steipete/gogcli/releases/download/v0.14.0/gogcli_0.14.0_darwin_arm64.tar.gz"; + hash = "sha256-qJ+H7dc+oPn7E57kvEIwlAc990nkpiGSqlFCDy9kZjo="; }; "x86_64-linux" = { - url = "https://github.com/steipete/gogcli/releases/download/v0.13.0/gogcli_0.13.0_linux_amd64.tar.gz"; - hash = "sha256-of4lxHzDKXxmldYcGws6u36IY0sR6G13vA2TA3cofj0="; + url = "https://github.com/steipete/gogcli/releases/download/v0.14.0/gogcli_0.14.0_linux_amd64.tar.gz"; + hash = "sha256-sq2qUDYnqlbZGGzxBHp5CqFfjdGFIkgN1P8UBgyd0hs="; }; "aarch64-linux" = { - url = "https://github.com/steipete/gogcli/releases/download/v0.13.0/gogcli_0.13.0_linux_arm64.tar.gz"; - hash = "sha256-HorxoDwpmFWk6Wi3L6q+/vIw967jfSvzZq6S8uGSktQ="; + url = "https://github.com/steipete/gogcli/releases/download/v0.14.0/gogcli_0.14.0_linux_arm64.tar.gz"; + hash = "sha256-KOq4AyYyjUvL6tMq4WtOZu2WYTdtJR1g44uFmJt8oHs="; }; }; in stdenv.mkDerivation { pname = "gogcli"; - version = "0.13.0"; + version = "0.14.0"; src = fetchurl sources.${stdenv.hostPlatform.system}; diff --git a/nix/pkgs/peekaboo.nix b/nix/pkgs/peekaboo.nix index 28b317c..95e9740 100644 --- a/nix/pkgs/peekaboo.nix +++ b/nix/pkgs/peekaboo.nix @@ -3,14 +3,14 @@ let sources = { "aarch64-darwin" = { - url = "https://github.com/steipete/Peekaboo/releases/download/v3.0.0-beta3/peekaboo-macos-universal.tar.gz"; - hash = "sha256-d+rfb9XFTqxktIRNXMiHiQttb0XUmvYbBcbinqLL0kU="; + url = "https://github.com/steipete/Peekaboo/releases/download/v3.0.0-beta4/peekaboo-macos-arm64.tar.gz"; + hash = "sha256-74eXVHpRAmcs0mzK3GLh/3So78AEMZzXBvx1Zg7uOkc="; }; }; in stdenv.mkDerivation { pname = "peekaboo"; - version = "3.0.0-beta3"; + version = "3.0.0-beta4"; src = fetchurl sources.${stdenv.hostPlatform.system};