From 2801ceb8987c1ac2d05835b6dd8ee4994fb82e0d Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 22 Jul 2026 14:52:14 +0200 Subject: [PATCH 1/2] github-runner: 2.335.1 -> 2.336.0 Changelog: https://github.com/actions/runner/releases/tag/v2.336.0 (cherry picked from commit 039812311ae83efa69fc1e855dfd863937073547) --- pkgs/by-name/gi/github-runner/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gi/github-runner/package.nix b/pkgs/by-name/gi/github-runner/package.nix index d88a6d2583be..00d856a7e3ab 100644 --- a/pkgs/by-name/gi/github-runner/package.nix +++ b/pkgs/by-name/gi/github-runner/package.nix @@ -35,13 +35,13 @@ assert builtins.all ( buildDotnetModule (finalAttrs: { pname = "github-runner"; - version = "2.335.1"; + version = "2.336.0"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; tag = "v${finalAttrs.version}"; - hash = "sha256-mFwWhpFzp0pT7WaMpF/N6PGw0IJt3I6/e7GDgw9wA2U="; + hash = "sha256-wzPGtNdKszDT8VMgL13xUUp+IhP8UzpXVHkR0T2Ns1A="; leaveDotGit = true; postFetch = '' git -C $out rev-parse --short HEAD > $out/.git-revision From da289955fc9b6ef099abbb3adb8c70f343acc21d Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 22 Jul 2026 14:56:53 +0200 Subject: [PATCH 2/2] github-runner: add myself as maintainer While I am not that much knowleadgeable about the dotnet ecosystem, It was sufficient enough for me to coordinate the last few release bumps. Being a maintainer will simplify backporting release bumps to older releases with the merge-bot. (cherry picked from commit 14e4152d002aec91bab648db78ed0686fd9ff572) --- pkgs/by-name/gi/github-runner/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/gi/github-runner/package.nix b/pkgs/by-name/gi/github-runner/package.nix index 00d856a7e3ab..2c8771aae97a 100644 --- a/pkgs/by-name/gi/github-runner/package.nix +++ b/pkgs/by-name/gi/github-runner/package.nix @@ -374,6 +374,7 @@ buildDotnetModule (finalAttrs: { kfollesdal aanderse zimbatm + schmittlauch ]; platforms = [ "x86_64-linux"