We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bbdb9 commit b09b143Copy full SHA for b09b143
pkgs/by-name/te/telegraf/package.nix
@@ -1,26 +1,26 @@
1
{ lib
2
-, buildGoModule
+, buildGo123Module
3
, fetchFromGitHub
4
, nixosTests
5
, stdenv
6
, testers
7
, telegraf
8
}:
9
10
-buildGoModule rec {
+buildGo123Module rec {
11
pname = "telegraf";
12
- version = "1.31.3";
+ version = "1.32.0";
13
14
subPackages = [ "cmd/telegraf" ];
15
16
src = fetchFromGitHub {
17
owner = "influxdata";
18
repo = "telegraf";
19
rev = "v${version}";
20
- hash = "sha256-J5jIyrxG2cLEu909/fcPQCo+xUlW6VAoge5atCrW4HY=";
+ hash = "sha256-ITTlHsoWPXHbGtmNOE0x1sCbeADWi4liOEqXXKQUeGU=";
21
};
22
23
- vendorHash = "sha256-lxLFUKOFg7HAjgZIVACW6VlWLgCeZX38SNRsjxc9D7g=";
+ vendorHash = "sha256-wKl6Rutt2QrF4nLxB5Ic6QlekrPUfHwdFZyTTdbK0HU=";
24
proxyVendor = true;
25
26
ldflags = [
0 commit comments