telegraf: 1.31.3 -> 1.32.0 (#341515)

This commit is contained in:
Jörg Thalheim 2024-09-13 14:05:58 +02:00 committed by GitHub
commit 12a58efb2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{ lib { lib
, buildGoModule , buildGo123Module
, fetchFromGitHub , fetchFromGitHub
, nixosTests , nixosTests
, stdenv , stdenv
@ -7,9 +7,9 @@
, telegraf , telegraf
}: }:
buildGoModule rec { buildGo123Module rec {
pname = "telegraf"; pname = "telegraf";
version = "1.31.3"; version = "1.32.0";
subPackages = [ "cmd/telegraf" ]; subPackages = [ "cmd/telegraf" ];
@ -17,10 +17,10 @@ buildGoModule rec {
owner = "influxdata"; owner = "influxdata";
repo = "telegraf"; repo = "telegraf";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-J5jIyrxG2cLEu909/fcPQCo+xUlW6VAoge5atCrW4HY="; hash = "sha256-ITTlHsoWPXHbGtmNOE0x1sCbeADWi4liOEqXXKQUeGU=";
}; };
vendorHash = "sha256-lxLFUKOFg7HAjgZIVACW6VlWLgCeZX38SNRsjxc9D7g="; vendorHash = "sha256-wKl6Rutt2QrF4nLxB5Ic6QlekrPUfHwdFZyTTdbK0HU=";
proxyVendor = true; proxyVendor = true;
ldflags = [ ldflags = [

View File

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