buildkite-agent: 3.121.0 -> 3.124.0 (#515983)

This commit is contained in:
Sandro
2026-05-07 22:46:40 +00:00
committed by GitHub
2 changed files with 10 additions and 6 deletions
+6
View File
@@ -4597,6 +4597,12 @@
githubId = 9086315;
name = "Connor Brewster";
};
cbrxyz = {
email = "me@cbrxyz.com";
github = "cbrxyz";
githubId = 52760912;
name = "Cameron Brown";
};
ccellado = {
email = "annplague@gmail.com";
github = "ccellado";
+4 -6
View File
@@ -14,16 +14,16 @@
}:
buildGoModule (finalAttrs: {
pname = "buildkite-agent";
version = "3.121.0";
version = "3.124.0";
src = fetchFromGitHub {
owner = "buildkite";
repo = "agent";
tag = "v${finalAttrs.version}";
hash = "sha256-QlslPoLpqzuX05bp58xz/3Vhj0imEqCleO1hhe1PPXM=";
hash = "sha256-HdTMsCBvd3vN/OkpBpiJ7dXq50PXx165NWmKGGpikUQ=";
};
vendorHash = "sha256-rv5CqNpjmXhGcZ3KQBX0Z2428upWBUVkdRjEG4QWEoY=";
vendorHash = "sha256-VE7YEBIrkDG1ERGXnib0LPjBWcrepGAqwY5yKzSQ6wg=";
postPatch = ''
substituteInPlace clicommand/agent_start.go --replace /bin/bash ${bash}/bin/bash
@@ -59,9 +59,6 @@ buildGoModule (finalAttrs: {
passthru = {
tests.smoke-test = nixosTests.buildkite-agents;
updateScript = gitUpdater {
rev-prefix = "v";
};
};
meta = {
@@ -80,6 +77,7 @@ buildGoModule (finalAttrs: {
zimbatm
jsoo1
techknowlogick
cbrxyz
];
platforms = with lib.platforms; unix ++ darwin;
};