prometheus-statsd-exporter: 0.27.2 -> 0.28.0

This commit is contained in:
R. Ryantm 2024-11-24 13:38:32 +00:00
parent 1ca5dab707
commit f5a4dd81d6

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "statsd_exporter";
version = "0.27.2";
version = "0.28.0";
src = fetchFromGitHub {
owner = "prometheus";
repo = "statsd_exporter";
rev = "v${version}";
hash = "sha256-E7BmszlFTok5DsIVqZiYd/HC1P2euxiABb4BRVh//eQ=";
hash = "sha256-h58yD+jmvUCvYsJqNcBSR1f+5YgDyMbLDd3I0HW9/kA=";
};
ldflags =
@ -26,7 +26,7 @@ buildGoModule rec {
"-X ${t}.BuildDate=unknown"
];
vendorHash = "sha256-3BoA8DOLRtJXbGXrTVY9qaD+JEz5EjsXp0DDQCbUuzY=";
vendorHash = "sha256-QKDvoctvvdijQ+ZlClqTyJZfDzqAIikAwOQds9+NQIc=";
meta = with lib; {
description = "Receives StatsD-style metrics and exports them to Prometheus";