buildkite-agent: 3.89.0 -> 3.121.0

This commit is contained in:
Cameron Brown
2026-04-01 12:28:00 -04:00
parent 354a2290f3
commit 2e6b4af4cd
+4 -4
View File
@@ -14,16 +14,16 @@
}:
buildGoModule (finalAttrs: {
pname = "buildkite-agent";
version = "3.89.0";
version = "3.121.0";
src = fetchFromGitHub {
owner = "buildkite";
repo = "agent";
rev = "v${finalAttrs.version}";
hash = "sha256-5COo5vXecXLhYAy3bcaYvmluFdfEKGgiTbhat8T3AV8=";
tag = "v${finalAttrs.version}";
hash = "sha256-QlslPoLpqzuX05bp58xz/3Vhj0imEqCleO1hhe1PPXM=";
};
vendorHash = "sha256-iYc/TWiUFdlgoGB4r/L28yhwQG7g+tBG8usB77JJncM=";
vendorHash = "sha256-rv5CqNpjmXhGcZ3KQBX0Z2428upWBUVkdRjEG4QWEoY=";
postPatch = ''
substituteInPlace clicommand/agent_start.go --replace /bin/bash ${bash}/bin/bash