Skip to content

Commit

Permalink
buildkite-agent: 3.76.2 -> 3.77.0
Browse files Browse the repository at this point in the history
(cherry picked from commit bccb2f7)
  • Loading branch information
flokli committed Aug 23, 2024
1 parent 5db2327 commit e40e5d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/bu/buildkite-agent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
}:
buildGoModule rec {
pname = "buildkite-agent";
version = "3.76.2";
version = "3.77.0";

src = fetchFromGitHub {
owner = "buildkite";
repo = "agent";
rev = "v${version}";
sha256 = "sha256-XAMrc8HEdCGeI0l6u4n81xhiGkI39b7Poly5CP/b0R8=";
sha256 = "sha256-QsSCIAy0ekkZiqO/cFcPNNkXa3FLL3Z1LJoKsjzB6jw=";
};

vendorHash = "sha256-0P6EXqQa6WxhjNJ4X6THvjJRK/UQvqXTv+7IJViFAQs=";
vendorHash = "sha256-xp836ZT2x20ZbkTEubhiZlLmK9n2F8mCSWZTHmAuu6A=";

postPatch = ''
substituteInPlace clicommand/agent_start.go --replace /bin/bash ${bash}/bin/bash
Expand Down

0 comments on commit e40e5d0

Please sign in to comment.