Unverified Commit b7aed254 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

prometheus-statsd-exporter: 0.26.1 -> 0.27.1
parents b60af52d b9e65c80
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";