[24.05] gitlab-runner: 16.11.1 -> 17.1.0 (#321783)

* gitlab-runner: 16.11.1 -> 17.0.0 (#312369)

(cherry picked from commit 3a43ca1589)

* gitlab-runner: 17.0.0 -> 17.1.0

(cherry picked from commit 234181f737)

---------

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
This commit is contained in:
Yaya 2024-06-25 14:26:39 +02:00 committed by GitHub
parent 5854523045
commit 4b6d533862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ lib, buildGoModule, fetchFromGitLab, bash }:
let
version = "16.11.1";
version = "17.1.0";
in
buildGoModule rec {
inherit version;
@ -17,13 +17,13 @@ buildGoModule rec {
# For patchShebangs
buildInputs = [ bash ];
vendorHash = "sha256-ms93Ea2Un/F9TDmNttSxi/CtZGsOnmptCf/hjtgCMB0=";
vendorHash = "sha256-Rk5/h8wqVwGzovtAjjNkvexG71Dj36mFxU8OsLJzpUo=";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-runner";
rev = "v${version}";
sha256 = "sha256-ISL11AvKIy/tW/3MhVZ2/XT5RcaYj+x9rHKWAB/9TdU=";
sha256 = "sha256-mRL62PIAkPK0aLA7uYpGlUvaJfbD354RDOD4P8MLzx8=";
};
patches = [