Merge pull request #266409 from techknowlogick/bkite-3590

buildkite-agent: 3.55.0 -> 3.59.0

authored by Mario Rodas and committed by GitHub ba9eba5a 4a992b08

+3 -3
+3 -3
pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
··· 13 13 }: 14 14 buildGoModule rec { 15 15 pname = "buildkite-agent"; 16 - version = "3.55.0"; 16 + version = "3.59.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "buildkite"; 20 20 repo = "agent"; 21 21 rev = "v${version}"; 22 - sha256 = "sha256-HvpEEutvdVHyzDtHdlc7ZB9xwnCKYWKbH/A1gAtR+Wk="; 22 + sha256 = "sha256-pYaxjXoNn6MOE2oHUSKrBzP5oKhtfJwSHFCkcpkyzas="; 23 23 }; 24 24 25 - vendorHash = "sha256-bIOS9Ja+mue6LNXUGmkLobh+lLiJfBDtNrAX3fp0jMY="; 25 + vendorHash = "sha256-JSuam9Tn+ZekfLrj78tBncH7Q2aP4CaUgaaDkJ/azEw="; 26 26 27 27 postPatch = '' 28 28 substituteInPlace clicommand/agent_start.go --replace /bin/bash ${bash}/bin/bash