summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-02-12 12:56:57 +0800
committerGitHub <noreply@github.com>2023-02-12 12:56:57 +0800
commit1b82144edfcd0c86486d2e07c7298f85510e7fb8 (patch)
tree0c74934e9d97104129bb53025b3e99ae619d3821
parentMerge pull request #215846 from NixOS/backport-215832-to-release-22.11 (diff)
parentgitlab-runner: 15.8.0 -> 15.8.2 (diff)
downloadnixpkgs-1b82144edfcd0c86486d2e07c7298f85510e7fb8.tar.gz
Merge pull request #215859 from NixOS/backport-215825-to-release-22.11
[Backport release-22.11] gitlab-runner: 15.8.0 -> 15.8.2
-rw-r--r--pkgs/development/tools/continuous-integration/gitlab-runner/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/continuous-integration/gitlab-runner/default.nix b/pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
index 14984ba9519e..29d9412137a9 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.8.0";
+ version = "15.8.2";
in
buildGoModule rec {
inherit version;
@@ -23,7 +23,7 @@ buildGoModule rec {
owner = "gitlab-org";
repo = "gitlab-runner";
rev = "v${version}";
- sha256 = "sha256-U7yVlnEzwqcgTX8WjXe2i4SQ0KyW7PgSM3UyuGkjm9g=";
+ sha256 = "sha256-kb1xDvU2aP6bI9oziAlUfxbmIq8CgFXPs04hRUmaPyE=";
};
patches = [