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

This commit is contained in:
R. RyanTM 2022-08-03 08:40:38 -07:00 committed by GitHub
parent f049d7dedf
commit 324ff82d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "statsd_exporter";
version = "0.22.2";
version = "0.22.7";
src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus";
repo = "statsd_exporter";
sha256 = "sha256-pLzUbeSCMV0yr4gSR7m6NYrpm8ZhCPbwwZ5nQzy6lEM=";
sha256 = "sha256-hkzgLjxFczqKKJHdVfCKPqMXVFShlS5lZoX8NA27u90=";
};
vendorSha256 = "sha256-gBeeOxnVT0+x33VuwZhfjk3Fb8JHZdAzaDuFZlUfdgM=";
vendorSha256 = "sha256-/qc3Ui18uSDfHsXiNA63+uPSfxShz7cs3kv0rQPgCok=";
meta = with lib; {
description = "Receives StatsD-style metrics and exports them to Prometheus";