buildkite-agent: 3.86.0 -> 3.87.0 (#357074)

This commit is contained in:
Nick Cao
2024-11-19 09:11:49 -05:00
committed by GitHub
+2 -2
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=";