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

prometheus-statsd-exporter: 0.24.0 -> 0.25.0

authored by Nick Cao and committed by GitHub f95371c3 f5680882

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/statsd-exporter.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "statsd_exporter"; 8 - version = "0.24.0"; 8 + version = "0.25.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "prometheus"; 12 12 repo = "statsd_exporter"; 13 13 rev = "v${version}"; 14 - hash = "sha256-I0/UX4Tpbd2cfsMQQ3gAGfJ3Bgr+JxRARNmV2v2mLeM="; 14 + hash = "sha256-H5ckrDAs9gwQCkVe4TKF4yuqLh2S/+dPaaRH+5aoj+o="; 15 15 }; 16 16 17 - vendorHash = "sha256-cTAjOCP0qWMIKa0xGSK7Id+Oqz3ompDlwAqwub9oNWI="; 17 + vendorHash = "sha256-LhPfOc83/IWkTk3C1DZggWngPJWobZFeCl4cum/aIQo="; 18 18 19 19 meta = with lib; { 20 20 description = "Receives StatsD-style metrics and exports them to Prometheus";