prometheus-statsd-exporter: 0.25.0 -> 0.26.0

This commit is contained in:
R. Ryantm 2023-12-18 03:24:55 +00:00
parent 3a16c64474
commit 620c89f58e

View File

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