Commit e45f5ccf authored by R. RyanTM's avatar R. RyanTM Committed by zowoq
Browse files

telegraf: 1.31.0 -> 1.31.1

parent c57e7bfc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildGoModule rec {
  pname = "telegraf";
  version = "1.31.0";
  version = "1.31.1";

  subPackages = [ "cmd/telegraf" ];

@@ -17,10 +17,10 @@ buildGoModule rec {
    owner = "influxdata";
    repo = "telegraf";
    rev = "v${version}";
    hash = "sha256-bnto39X/Mn8M5YbdM8JSoEPGCb5+UpHS6FPc5Q0kprE=";
    hash = "sha256-itZPLiD6XQ6OwXsVrreWM7W268aLc8cz3hqXLdZryAU=";
  };

  vendorHash = "sha256-uyZZnEdAfkCYtgyjgPTLt463kcfdNczOruHaVmA+VIk=";
  vendorHash = "sha256-zhGxla5SQcpwAUzaeG54Sdos3fpJ3zO+ymanLpZtmyg=";
  proxyVendor = true;

  ldflags = [