prometheus-statsd-exporter: 0.22.7 -> 0.22.8 (#191422)

This commit is contained in:
R. RyanTM 2022-09-19 11:37:13 -07:00 committed by GitHub
parent 1fc194da99
commit 91425c5740
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.7";
version = "0.22.8";
src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus";
repo = "statsd_exporter";
sha256 = "sha256-hkzgLjxFczqKKJHdVfCKPqMXVFShlS5lZoX8NA27u90=";
sha256 = "sha256-fzBVG3XPvaJnfsebA4muWDmkgw8kwzpOv/C68/j/tSs=";
};
vendorSha256 = "sha256-/qc3Ui18uSDfHsXiNA63+uPSfxShz7cs3kv0rQPgCok=";
vendorSha256 = "sha256-EQl3ME/l0mEkqjy2DCjUBv6LVbR6OaEUkwNIBPfXiDA=";
meta = with lib; {
description = "Receives StatsD-style metrics and exports them to Prometheus";