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:
@@ -1,7 +1,7 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitLab, fetchurl, bash }:
|
{ lib, buildGoModule, fetchFromGitLab, fetchurl, bash }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "15.8.0";
|
version = "15.8.2";
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
@@ -23,7 +23,7 @@ buildGoModule rec {
|
|||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitlab-runner";
|
repo = "gitlab-runner";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-U7yVlnEzwqcgTX8WjXe2i4SQ0KyW7PgSM3UyuGkjm9g=";
|
sha256 = "sha256-kb1xDvU2aP6bI9oziAlUfxbmIq8CgFXPs04hRUmaPyE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Reference in New Issue
Block a user