Merge pull request #159780 from r-ryantm/auto-update/statsd_exporter

This commit is contained in:
Martin Weinelt 2022-02-13 22:19:50 +01:00 committed by GitHub
commit dc495b2e15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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