Skip to content

Commit

Permalink
buildkite-agent: 3.77.0 -> 3.82.1 (#342847)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Oct 2, 2024
1 parent cb710f3 commit 6339a64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/bu/buildkite-agent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
}:
buildGoModule rec {
pname = "buildkite-agent";
version = "3.77.0";
version = "3.82.1";

src = fetchFromGitHub {
owner = "buildkite";
repo = "agent";
rev = "v${version}";
hash = "sha256-QsSCIAy0ekkZiqO/cFcPNNkXa3FLL3Z1LJoKsjzB6jw=";
hash = "sha256-xTF8zmpwEFHkLwDYBICXJZ4gjJYpcH5i76kPQM6qt5o=";
};

vendorHash = "sha256-xp836ZT2x20ZbkTEubhiZlLmK9n2F8mCSWZTHmAuu6A=";
vendorHash = "sha256-xKAQ2yvFYl9ld3H6IGafYgCdA8jn9xig/AAej56ACns=";

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

0 comments on commit 6339a64

Please sign in to comment.