prometheus-statsd-exporter: 0.22.2 -> 0.22.7 (#184482)

authored by R. RyanTM and committed by GitHub 324ff82d f049d7de

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/statsd-exporter.nix
··· 2 3 buildGoModule rec { 4 pname = "statsd_exporter"; 5 - version = "0.22.2"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "prometheus"; 10 repo = "statsd_exporter"; 11 - sha256 = "sha256-pLzUbeSCMV0yr4gSR7m6NYrpm8ZhCPbwwZ5nQzy6lEM="; 12 }; 13 14 - vendorSha256 = "sha256-gBeeOxnVT0+x33VuwZhfjk3Fb8JHZdAzaDuFZlUfdgM="; 15 16 meta = with lib; { 17 description = "Receives StatsD-style metrics and exports them to Prometheus";
··· 2 3 buildGoModule rec { 4 pname = "statsd_exporter"; 5 + version = "0.22.7"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "prometheus"; 10 repo = "statsd_exporter"; 11 + sha256 = "sha256-hkzgLjxFczqKKJHdVfCKPqMXVFShlS5lZoX8NA27u90="; 12 }; 13 14 + vendorSha256 = "sha256-/qc3Ui18uSDfHsXiNA63+uPSfxShz7cs3kv0rQPgCok="; 15 16 meta = with lib; { 17 description = "Receives StatsD-style metrics and exports them to Prometheus";