Skip to content

Commit 0488e23

Browse files
authored
buildkite-agent: 3.82.1 -> 3.85.1 (#355320)
2 parents 8959c26 + fafa058 commit 0488e23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/bu/buildkite-agent/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
}:
1414
buildGoModule rec {
1515
pname = "buildkite-agent";
16-
version = "3.82.1";
16+
version = "3.85.1";
1717

1818
src = fetchFromGitHub {
1919
owner = "buildkite";
2020
repo = "agent";
2121
rev = "v${version}";
22-
hash = "sha256-xTF8zmpwEFHkLwDYBICXJZ4gjJYpcH5i76kPQM6qt5o=";
22+
hash = "sha256-aRgjXzwTC1wCWZ7n0MJpNHcHZgvendFPr4vCrBnCJCk=";
2323
};
2424

25-
vendorHash = "sha256-xKAQ2yvFYl9ld3H6IGafYgCdA8jn9xig/AAej56ACns=";
25+
vendorHash = "sha256-UMnDVxZgqI4430IlA8fSygKEOT86RjCwuzGsvkQ8XIo=";
2626

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

0 commit comments

Comments
 (0)