forgejo-runner: 12.10.2 -> 12.11.1 (#531433)

This commit is contained in:
Adam C. Stephens
2026-06-13 18:53:55 +00:00
committed by GitHub
+6 -3
View File
@@ -22,12 +22,14 @@ let
# Requires running Docker daemon
"TestDocker"
"TestJobExecutor"
"TestRunContext_PrepareJobContainer/Overlapping"
"TestRunExec"
"TestRunner"
"Test_validateCmd"
# Docker network request for image
"TestImageExistsLocally"
"TestStepDockerMain"
# Reaches out to different websites
"TestFindGitRemoteURL"
@@ -48,21 +50,22 @@ let
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Uses docker-specific options, unsupported on Darwin
"TestMergeJobOptions"
"TestNewEndpointHonoursTLSEnv"
];
in
buildGoModule (finalAttrs: {
pname = "forgejo-runner";
version = "12.10.2";
version = "12.11.1";
src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${finalAttrs.version}";
hash = "sha256-Uo+x02HgpfOY+KXug7cmnW4d85AlX6wqz+nYGF/JrHk=";
hash = "sha256-Qc43zWDDCjL8RW9Q30H4N5VRSFT3LR4Pt8/P0NcMacU=";
};
vendorHash = "sha256-0gOftkxkBPziU0Tm8lIiD72rXcMMY5M57G9/Bt/mneI=";
vendorHash = "sha256-du7fXehcxZ70Lsr5VCkz646G0Us/XwM4Sl98HXimoao=";
nativeBuildInputs = [ makeWrapper ];