[Backport release-26.05] github-runner: 2.335.1 -> 2.336. 0 (#551102)

This commit is contained in:
Aaron Andersen
2026-08-10 17:05:20 +00:00
committed by GitHub

View File

@@ -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
@@ -374,6 +374,7 @@ buildDotnetModule (finalAttrs: {
kfollesdal
aanderse
zimbatm
schmittlauch
];
platforms = [
"x86_64-linux"