Merge pull request #200683 from yayayayaka/gitlab-runner-15.5.1

gitlab-runner: 15.5.0 -> 15.5.1
This commit is contained in:
Pascal Bach
2022-11-11 15:04:05 +01:00
committed by GitHub
@@ -1,7 +1,7 @@
{ lib, buildGoModule, fetchFromGitLab, fetchurl, bash }:
let
version = "15.5.0";
version = "15.5.1";
in
buildGoModule rec {
inherit version;
@@ -23,7 +23,7 @@ buildGoModule rec {
owner = "gitlab-org";
repo = "gitlab-runner";
rev = "v${version}";
sha256 = "sha256-WdrvVmuYyFAMwUDEANOjXiPoQ8rvXbcQz5mBlWUL54k=";
sha256 = "sha256-ZvQaA4DSuEIdHEoRKJg5tOnBQgf26paTAiWy6RLRG3o=";
};
patches = [