summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaya <mak@nyantec.com>2023-01-20 14:33:04 +0100
committerGitHub <noreply@github.com>2023-01-20 14:33:04 +0100
commitde640e137a3bd32f8db942693793b050385a8b49 (patch)
treef6ed9c7d9649bd8f9b573d472319d3239a42c3b8
parent7a05f9de7d4ca8e8ccc9ec19d8ccd76afd23c146 (diff)
gitlab-runner: 15.7.2 -> 15.8.0 (#211591)
https://gitlab.com/gitlab-org/gitlab-runner/blob/v15.8.0/CHANGELOG.md
-rw-r--r--pkgs/development/tools/continuous-integration/gitlab-runner/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/continuous-integration/gitlab-runner/default.nix b/pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
index a4e319020b69..14984ba9519e 100644
--- a/pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
@@ -1,7 +1,7 @@
{ lib, buildGoModule, fetchFromGitLab, fetchurl, bash }:
let
- version = "15.7.2";
+ version = "15.8.0";
in
buildGoModule rec {
inherit version;
@@ -17,13 +17,13 @@ buildGoModule rec {
# For patchShebangs
buildInputs = [ bash ];
- vendorSha256 = "sha256-lZAESAJ7ZRjHW6MD/xm3rOczK0h8EfmRAAVxRbVLu/k=";
+ vendorSha256 = "sha256-YHBp6Grm+atGne/5Ia/1H2xQRODmfWsMGCqHAIE9P4k=";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-runner";
rev = "v${version}";
- sha256 = "sha256-NiBQQ36F8aYi1Uk3P0UgBy4Pai6Coz3oQDvWWOGGQNw=";
+ sha256 = "sha256-U7yVlnEzwqcgTX8WjXe2i4SQ0KyW7PgSM3UyuGkjm9g=";
};
patches = [