From 538f739cf1e74672ff5aa6fedce9ee3f6ac4b000 Mon Sep 17 00:00:00 2001 From: yaya Date: Tue, 21 Apr 2026 13:05:18 +0200 Subject: [PATCH] gitlab-runner: 18.10.1 -> 18.11.1 Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/v18.11.1/CHANGELOG.md --- pkgs/by-name/gi/gitlab-runner/package.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/gi/gitlab-runner/package.nix b/pkgs/by-name/gi/gitlab-runner/package.nix index de61b497e4e3..848e71afce19 100644 --- a/pkgs/by-name/gi/gitlab-runner/package.nix +++ b/pkgs/by-name/gi/gitlab-runner/package.nix @@ -4,6 +4,7 @@ bash, buildGoModule, fetchFromGitLab, + gitMinimal, nix-update-script, versionCheckHook, writableTmpDirAsHomeHook, @@ -11,16 +12,16 @@ buildGoModule (finalAttrs: { pname = "gitlab-runner"; - version = "18.10.1"; + version = "18.11.1"; src = fetchFromGitLab { owner = "gitlab-org"; repo = "gitlab-runner"; tag = "v${finalAttrs.version}"; - hash = "sha256-qwEzcZuyPqjuGDxNKCHc6AfBgS+Pp/PV1tK/qfofwtA="; + hash = "sha256-O/vaodFMt1HgGi4OVjVIfhie0j0bhbRQl1iEMrYfmn0="; }; - vendorHash = "sha256-iO5xZAdQPmUpgUGe5CjMHOfzWVXT+eukJ/zLw5BE0NE="; + vendorHash = "sha256-xEvvYAVIwHwQDd38P2i6GcgFqf8FPnflWh5IEqmWQdE="; # For patchShebangs buildInputs = [ bash ]; @@ -86,7 +87,10 @@ buildGoModule (finalAttrs: { "-X ${ldflagsPackageVariablePrefix}.REVISION=v${finalAttrs.version}" ]; - nativeCheckInputs = [ writableTmpDirAsHomeHook ]; + nativeCheckInputs = [ + gitMinimal + writableTmpDirAsHomeHook + ]; preCheck = '' # Make the tests pass outside of GitLab CI