Skip to content

Commit

Permalink
buildkite-agent-metrics: 5.9.8 -> 5.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 19, 2024
1 parent 4f91815 commit 1a679a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/buildkite-agent-metrics/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
}:
buildGoModule rec {
pname = "buildkite-agent-metrics";
version = "5.9.8";
version = "5.9.9";

outputs = [ "out" "lambda" ];

src = fetchFromGitHub {
owner = "buildkite";
repo = "buildkite-agent-metrics";
rev = "v${version}";
hash = "sha256-0WcjmX3SXRfx6ged2lfNTZBWfICYVtXznR+7J/ASAFQ=";
hash = "sha256-Y39v+OBhR4WpytCeQN6qBuQpdwKlEgiKgeG5U79QFxU=";
};

vendorHash = "sha256-i2+nefRE4BD93rG842oZj0/coamYVRMPxEHio80bdWk=";
Expand Down

0 comments on commit 1a679a5

Please sign in to comment.