We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 67343e2 commit 914fcc8Copy full SHA for 914fcc8
pkgs/servers/monitoring/telegraf/default.nix
@@ -2,7 +2,7 @@
2
3
buildGoPackage rec {
4
name = "telegraf-${version}";
5
- version = "1.4.1";
+ version = "1.4.2";
6
7
goPackagePath = "github.com/influxdata/telegraf";
8
@@ -12,7 +12,7 @@ buildGoPackage rec {
12
owner = "influxdata";
13
repo = "telegraf";
14
rev = "${version}";
15
- sha256 = "1q0xl599zyqyralsl6mml1xl0h2206564sa2azivjmg48z7blcll";
+ sha256 = "1lmk0czqbr4mn1zf99403r8s6nyyk3bxwgvxfx7w4apvxl433iw4";
16
};
17
18
buildFlagsArray = [ ''-ldflags=
pkgs/servers/monitoring/telegraf/deps-1.4.1.nix pkgs/servers/monitoring/telegraf/deps-1.4.2.nix
0 commit comments