buildkite-agent: 3.41.0 -> 3.42.0 (#209637)
This commit is contained in:
parent
65b9918ea3
commit
ab370f9ea9
1 changed files with 3 additions and 3 deletions
|
@ -3,16 +3,16 @@
|
||||||
nixosTests }:
|
nixosTests }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "buildkite-agent";
|
pname = "buildkite-agent";
|
||||||
version = "3.41.0";
|
version = "3.42.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "buildkite";
|
owner = "buildkite";
|
||||||
repo = "agent";
|
repo = "agent";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-AQaSwdletUP7amDHXIG/3Xsw6rJCJE+eYWj2FYe/vRY=";
|
sha256 = "sha256-vLfIZ2y9e6I0kEqI10D/B6VaNFh/D0k6GXY2OB8mZf8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-NEdwdDM/H6l2XzYCTU11uijZTSEqjIWRHsqg6ML/daY=";
|
vendorHash = "sha256-8nMN62vnzlus2kjefVUKj1SMkM1YfIm8ppPQaDXSeIA=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace bootstrap/shell/shell.go --replace /bin/bash ${bash}/bin/bash
|
substituteInPlace bootstrap/shell/shell.go --replace /bin/bash ${bash}/bin/bash
|
||||||
|
|
Loading…
Reference in a new issue