Commit b9e65c80 authored by R. RyanTM's avatar R. RyanTM
Browse files

prometheus-statsd-exporter: 0.26.1 -> 0.27.1

parent 625941e1
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";