gitlab-runner: 15.8.0 -> 15.8.2

https://gitlab.com/gitlab-org/gitlab-runner/blob/v15.8.2/CHANGELOG.md
This commit is contained in:
Yaya
2023-02-11 09:15:43 +00:00
committed by Florian Brandes
parent 772ec4b4c9
commit f55e118b01

View File

@@ -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 = [