Merge pull request #298139 from r-ryantm/auto-update/prometheus-statsd-exporter

prometheus-statsd-exporter: 0.26.0 -> 0.26.1
This commit is contained in:
Nick Cao 2024-03-22 20:30:25 -04:00 committed by GitHub
commit 843d983a94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "statsd_exporter";
version = "0.26.0";
version = "0.26.1";
src = fetchFromGitHub {
owner = "prometheus";
repo = "statsd_exporter";
rev = "v${version}";
hash = "sha256-C7+4v40T667KJHEQ3ebLDg2wJNrxD/nossfT6rMlER8=";
hash = "sha256-hKwbC56Z6tMolLnYB5G7iSLZoM+cWCh5lPzWiFkOd6E=";
};
ldflags =
@ -26,7 +26,7 @@ buildGoModule rec {
"-X ${t}.BuildDate=unknown"
];
vendorHash = "sha256-scBpRZeECgAtpu9lnkIk1I2c8UmAkEL8LYNPUeUNYto=";
vendorHash = "sha256-UcdRcHZUJ3XHZNqYXSboaor5WRVPYfilEvRWZjA1YNc=";
meta = with lib; {
description = "Receives StatsD-style metrics and exports them to Prometheus";