prometheus-statsd-exporter: 0.24.0 -> 0.25.0

This commit is contained in:
R. Ryantm 2023-10-24 19:48:14 +00:00
parent 6c5458cf32
commit 0c4251aa78

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "statsd_exporter";
version = "0.24.0";
version = "0.25.0";
src = fetchFromGitHub {
owner = "prometheus";
repo = "statsd_exporter";
rev = "v${version}";
hash = "sha256-I0/UX4Tpbd2cfsMQQ3gAGfJ3Bgr+JxRARNmV2v2mLeM=";
hash = "sha256-H5ckrDAs9gwQCkVe4TKF4yuqLh2S/+dPaaRH+5aoj+o=";
};
vendorHash = "sha256-cTAjOCP0qWMIKa0xGSK7Id+Oqz3ompDlwAqwub9oNWI=";
vendorHash = "sha256-LhPfOc83/IWkTk3C1DZggWngPJWobZFeCl4cum/aIQo=";
meta = with lib; {
description = "Receives StatsD-style metrics and exports them to Prometheus";