Merge pull request #174067 from techknowlogick/bkitebump-2

buildkite-agent: 3.35.2 -> 3.36.1
This commit is contained in:
Bobby Rong 2022-06-01 20:06:53 +08:00 committed by GitHub
commit 93c9cd215f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -3,16 +3,16 @@
nixosTests }:
buildGoModule rec {
pname = "buildkite-agent";
version = "3.35.2";
version = "3.36.1";
src = fetchFromGitHub {
owner = "buildkite";
repo = "agent";
rev = "v${version}";
sha256 = "sha256-BpfWeSEX4N77yXfWKpH7KWKsncdOYquxF+L+g13DdiA=";
sha256 = "sha256-Q1ul4YF6iBi6aCd9TiD0yjUUJx9OfsoyNWeevwvISBs=";
};
vendorSha256 = "sha256-E51LBpNN/N3wH1LMxv/+nnwpQAxHhyDW2jgVIDkNeQ4=";
vendorSha256 = "sha256-5K1xnfQ4U39WR8agOH8zYrvFS1gbr/ahEVTXlAzILL4=";
postPatch = ''
substituteInPlace bootstrap/shell/shell.go --replace /bin/bash ${bash}/bin/bash

View file

@ -15088,7 +15088,9 @@ with pkgs;
bpkg = callPackage ../development/tools/build-managers/build2/bpkg.nix { };
buildkite-agent = callPackage ../development/tools/continuous-integration/buildkite-agent { };
buildkite-agent = callPackage ../development/tools/continuous-integration/buildkite-agent {
buildGoModule = buildGo118Module;
};
buildkite-agent-metrics = callPackage ../servers/monitoring/buildkite-agent-metrics { };