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

telegraf: 1.31.2 -> 1.31.3

parent 3a158316
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.2";
  version = "1.31.3";

  subPackages = [ "cmd/telegraf" ];

@@ -17,10 +17,10 @@ buildGoModule rec {
    owner = "influxdata";
    repo = "telegraf";
    rev = "v${version}";
    hash = "sha256-LTo9wWCqjLoA9wjCXhZ6EjvRR/Xp8ByHvq/ytgS8sCo=";
    hash = "sha256-J5jIyrxG2cLEu909/fcPQCo+xUlW6VAoge5atCrW4HY=";
  };

  vendorHash = "sha256-spXS1vNRgXBO2xZIyVgsfO5V+SYK8dC6YDA/dGOYt6g=";
  vendorHash = "sha256-lxLFUKOFg7HAjgZIVACW6VlWLgCeZX38SNRsjxc9D7g=";
  proxyVendor = true;

  ldflags = [