Merge pull request #220571 from r-ryantm/auto-update/prometheus-statsd-exporter
prometheus-statsd-exporter: 0.23.0 -> 0.23.1
This commit is contained in:
commit
f060f57235
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "statsd_exporter";
|
pname = "statsd_exporter";
|
||||||
version = "0.23.0";
|
version = "0.23.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "statsd_exporter";
|
repo = "statsd_exporter";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-7atRLwucO09yN2odu0uNe7xrtKLq9kmy6JyI1y4Sww8=";
|
hash = "sha256-JbRkLRXTQo40wBynfG6BRR4+yPqy7VLJ33vsjus5okg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-H0f7bDnSddlabpRbMpk9tInlne2tI5J+MQ23mw1N71E=";
|
vendorHash = "sha256-YzcgEQ1S2qn7v2SVSBiodprtc+D4cSZOFBJwpq3jz8Y=";
|
||||||
|
|
||||||
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";
|
||||||
|
|
Loading…
Reference in a new issue