gitlab-runner: 18.1.3 -> 18.3.0

https://gitlab.com/gitlab-org/gitlab-runner/blob/v18.3.0/CHANGELOG.md
(cherry picked from commit a6b5315ee3)
This commit is contained in:
Yaya
2025-08-27 09:53:04 +02:00
parent 1638ca4dcd
commit 97f34f371e

View File

@@ -10,16 +10,16 @@
buildGoModule (finalAttrs: {
pname = "gitlab-runner";
version = "18.1.3";
version = "18.3.0";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-runner";
tag = "v${finalAttrs.version}";
hash = "sha256-LqkHXmbGHXhIWqcJijBi1i5hYiBi9sv+/+7u2NW2e7Q=";
hash = "sha256-D40ecrGAu76WoV8B49/2eDqigpcXcSCc+1nOW7KxHcA=";
};
vendorHash = "sha256-G9qZKWI//ECG88Tu8zb8nEDSwNRabVMsrp7aQzVsxCY=";
vendorHash = "sha256-vP/htZiUp5qL4TMw6AgNW/TVcvx+pl6rxp41SK5g4XM=";
# For patchShebangs
buildInputs = [ bash ];