We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bb3716 + a5f24af commit 3172620Copy full SHA for 3172620
pkgs/by-name/bu/buildkite-agent/package.nix
@@ -14,16 +14,16 @@
14
}:
15
buildGoModule rec {
16
pname = "buildkite-agent";
17
- version = "3.87.1";
+ version = "3.89.0";
18
19
src = fetchFromGitHub {
20
owner = "buildkite";
21
repo = "agent";
22
rev = "v${version}";
23
- hash = "sha256-L7ruto57E4uUEwo18krZgCQYl+9aJoIGgeecNEeVt54=";
+ hash = "sha256-5COo5vXecXLhYAy3bcaYvmluFdfEKGgiTbhat8T3AV8=";
24
};
25
26
- vendorHash = "sha256-Snms9jzQ8+Tw+pJJth7AndskebF31bHKviJBA6Qu52I=";
+ vendorHash = "sha256-iYc/TWiUFdlgoGB4r/L28yhwQG7g+tBG8usB77JJncM=";
27
28
postPatch = ''
29
substituteInPlace clicommand/agent_start.go --replace /bin/bash ${bash}/bin/bash
0 commit comments