github-runner: 2.332.0 -> 2.333.1 (#506237)

This commit is contained in:
Pol Dellaiera
2026-04-07 09:53:23 +00:00
committed by GitHub
+4 -2
View File
@@ -35,13 +35,13 @@ assert builtins.all (
buildDotnetModule (finalAttrs: {
pname = "github-runner";
version = "2.332.0";
version = "2.333.1";
src = fetchFromGitHub {
owner = "actions";
repo = "runner";
tag = "v${finalAttrs.version}";
hash = "sha256-jxeuyomWBzynwYHvmNi5CcP9+z2odl7W3uXOGVgv2PY=";
hash = "sha256-5hSnveIebRQhvIHZc8sN9/8e9W1rlfITIB2uNMsQM6k=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse --short HEAD > $out/.git-revision
@@ -157,7 +157,9 @@ buildDotnetModule (finalAttrs: {
doCheck = true;
# tests fail with sandboxing under darwin
__darwinAllowLocalNetworking = true;
__noChroot = true;
# Fully qualified name of disabled tests
disabledTests = [