Unverified Commit 12a58efb authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

telegraf: 1.31.3 -> 1.32.0 (#341515)

parents fafef504 b09b1438
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{ lib
, buildGoModule
, buildGo123Module
, fetchFromGitHub
, nixosTests
, stdenv
@@ -7,9 +7,9 @@
, telegraf
}:

buildGoModule rec {
buildGo123Module rec {
  pname = "telegraf";
  version = "1.31.3";
  version = "1.32.0";

  subPackages = [ "cmd/telegraf" ];

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

  vendorHash = "sha256-lxLFUKOFg7HAjgZIVACW6VlWLgCeZX38SNRsjxc9D7g=";
  vendorHash = "sha256-wKl6Rutt2QrF4nLxB5Ic6QlekrPUfHwdFZyTTdbK0HU=";
  proxyVendor = true;

  ldflags = [
+0 −2
Original line number Diff line number Diff line
@@ -13031,8 +13031,6 @@ with pkgs;
  teip = callPackage ../tools/text/teip { };
  telegraf = callPackage ../servers/monitoring/telegraf { };
  inherit (callPackages ../servers/teleport {
    inherit (darwin.apple_sdk.frameworks) CoreFoundation Security AppKit;
  }) teleport_14 teleport_15 teleport_16 teleport;