buildkite-agent: 3.86.0 -> 3.87.0

Diff: https://github.com/buildkite/agent/compare/v3.86.0...v3.87.0
This commit is contained in:
techknowlogick 2024-11-18 15:35:48 -05:00
parent 4a2fe43808
commit 2b6705529c

View File

@ -13,13 +13,13 @@
}:
buildGoModule rec {
pname = "buildkite-agent";
version = "3.86.0";
version = "3.87.0";
src = fetchFromGitHub {
owner = "buildkite";
repo = "agent";
rev = "v${version}";
hash = "sha256-qvwJ8NFFJbD9btTAs8x7V4tbDDo4L7O679XYp2t9MpE=";
hash = "sha256-yCbK6qS7A8K4B3qTZnA6Hl5kOdQ8UCDGmHsVh6LFpbM=";
};
vendorHash = "sha256-Ovi1xK+TtWli6ZG0s5Pu0JGAjtbyUWBgiKCBybVbcXk=";