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

prometheus-statsd-exporter: 0.26.1 -> 0.27.1
This commit is contained in:
Nick Cao 2024-08-20 15:12:06 -04:00 committed by GitHub
commit b7aed254ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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