Merge pull request #192390 from max-wittig/patch-19
gitlab-runner: 15.2.1 -> 15.4.0
This commit is contained in:
commit
e7bbc3313d
@ -1,7 +1,7 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitLab, fetchurl }:
|
{ lib, buildGoModule, fetchFromGitLab, fetchurl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "15.2.1";
|
version = "15.4.0";
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
@ -14,13 +14,13 @@ buildGoModule rec {
|
|||||||
"-X ${commonPackagePath}.REVISION=v${version}"
|
"-X ${commonPackagePath}.REVISION=v${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
vendorSha256 = "sha256-weT4Ed/VNTLovxUu2xCdHDqxY7v/5Wi3WsWlNDWYLLc=";
|
vendorSha256 = "sha256-S0x1b2ITtqMoqdssoTgnolDC6Tyq3IdkJqxwZ29qCyU=";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "gitlab-org";
|
owner = "gitlab-org";
|
||||||
repo = "gitlab-runner";
|
repo = "gitlab-runner";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-HaFxMNREHTtnbIuQUXCinhd4lhcnkLkacLczeySsfWQ=";
|
sha256 = "sha256-zItzg5r0V+m68c5aIJLMKsTKgmkgWrQD9t0cx5Lcaho=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user