Merge pull request #328321 from r-ryantm/auto-update/gitlab-runner

gitlab-runner: 17.1.0 -> 17.2.0
This commit is contained in:
Matthias Beyer
2024-07-28 09:53:48 +02:00
committed by GitHub
@@ -1,7 +1,7 @@
{ lib, buildGoModule, fetchFromGitLab, bash }:
let
version = "17.1.0";
version = "17.2.0";
in
buildGoModule rec {
inherit version;
@@ -17,13 +17,13 @@ buildGoModule rec {
# For patchShebangs
buildInputs = [ bash ];
vendorHash = "sha256-Rk5/h8wqVwGzovtAjjNkvexG71Dj36mFxU8OsLJzpUo=";
vendorHash = "sha256-1MwHss76apA9KoFhEU6lYiUACrPMGYzjhds6nTyNuJI=";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-runner";
rev = "v${version}";
hash = "sha256-mRL62PIAkPK0aLA7uYpGlUvaJfbD354RDOD4P8MLzx8=";
hash = "sha256-a2Igy4DS3fYTvPW1vvDrH/DjMQ4lG9cm/P3mFr+y9s4=";
};
patches = [