Skip to content

Commit

Permalink
buildkite-agent: 3.85.1 -> 3.86.0 (NixOS#355454)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo authored Nov 12, 2024
2 parents e367e37 + 1253fad commit 847abf1
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.85.1";
version = "3.86.0";

src = fetchFromGitHub {
owner = "buildkite";
repo = "agent";
rev = "v${version}";
hash = "sha256-aRgjXzwTC1wCWZ7n0MJpNHcHZgvendFPr4vCrBnCJCk=";
hash = "sha256-qvwJ8NFFJbD9btTAs8x7V4tbDDo4L7O679XYp2t9MpE=";
};

vendorHash = "sha256-UMnDVxZgqI4430IlA8fSygKEOT86RjCwuzGsvkQ8XIo=";
vendorHash = "sha256-Ovi1xK+TtWli6ZG0s5Pu0JGAjtbyUWBgiKCBybVbcXk=";

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

0 comments on commit 847abf1

Please sign in to comment.