From 2c50a031db2a89bef479930e518616eb0aab964e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:39:08 +0000 Subject: [PATCH 1/2] chore(deps): update dependency mizchi/actrun to v0.23.0 --- nix/modules/packages/actrun.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/packages/actrun.nix b/nix/modules/packages/actrun.nix index aa82558..5b292e4 100644 --- a/nix/modules/packages/actrun.nix +++ b/nix/modules/packages/actrun.nix @@ -1,7 +1,7 @@ { pkgs }: let # renovate: datasource=github-releases depName=mizchi/actrun - version = "0.21.3"; + version = "0.23.0"; src = pkgs.fetchurl { url = "https://github.com/mizchi/actrun/releases/download/v${version}/actrun-linux-x64.tar.gz"; hash = "sha256-pdK1Khe5FeEkkLJWJNQ2+SHlLxH34yi8Ndai79zR69Q="; From e1b46608fff8ce76dff5f0c6bf68dfb62c99aac0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Mar 2026 20:40:23 +0000 Subject: [PATCH 2/2] chore: update nix hashes for renovate bump --- nix/modules/packages/actrun.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/packages/actrun.nix b/nix/modules/packages/actrun.nix index 5b292e4..0d5789b 100644 --- a/nix/modules/packages/actrun.nix +++ b/nix/modules/packages/actrun.nix @@ -4,7 +4,7 @@ let version = "0.23.0"; src = pkgs.fetchurl { url = "https://github.com/mizchi/actrun/releases/download/v${version}/actrun-linux-x64.tar.gz"; - hash = "sha256-pdK1Khe5FeEkkLJWJNQ2+SHlLxH34yi8Ndai79zR69Q="; + hash = "sha256-qysWbBgqLHqd1AVZ+k2ilctJB/owUGQMCJ6jLuHffsg="; }; in pkgs.stdenv.mkDerivation {