Merge pull request #263216 from r-ryantm/auto-update/prometheus-statsd-exporter

prometheus-statsd-exporter: 0.24.0 -> 0.25.0
This commit is contained in:
Nick Cao 2023-10-25 09:40:11 -04:00 committed by GitHub
commit f95371c3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";