summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaya <mak@nyantec.com>2022-03-23 13:35:11 +0000
committerYaya <mak@nyantec.com>2022-03-23 13:35:11 +0000
commitf5fd6b3363b1989fccf2b0ce997cfa6b38af8dcf (patch)
tree39b183ab9d136e18e0617dc82d30b1c0b0c0ef7d
parentMerge pull request #165410 from SuperSandro2000/brotlicffi (diff)
downloadnixpkgs-f5fd6b3363b1989fccf2b0ce997cfa6b38af8dcf.tar.gz
gitlab-runner: 14.9.0 -> 14.9.1
-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 6caccc45e97a..f2989545f5c4 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 }:
let
- version = "14.9.0";
+ version = "14.9.1";
in
buildGoModule rec {
inherit version;
@@ -20,7 +20,7 @@ buildGoModule rec {
owner = "gitlab-org";
repo = "gitlab-runner";
rev = "v${version}";
- sha256 = "0qqwg2k50cq7bc7k1389knrjq6xdbmlxd5kavyj7pg4sfapa3i8l";
+ sha256 = "1h6fyhbc154fr6a8brva3clirgvga6sal6ikylf9mbkxbh7d9rcn";
};
patches = [