telegraf: 1.33.0 -> 1.33.1
Diff: https://github.com/influxdata/telegraf/compare/v1.33.0...v1.33.1 Changelog: https://github.com/influxdata/telegraf/blob/v1.33.1/CHANGELOG.md
This commit is contained in:
parent
55e0b798c5
commit
aa887f0fd0
@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildGo123Module,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
nixosTests,
|
||||
stdenv,
|
||||
@ -8,9 +8,9 @@
|
||||
telegraf,
|
||||
}:
|
||||
|
||||
buildGo123Module rec {
|
||||
buildGoModule rec {
|
||||
pname = "telegraf";
|
||||
version = "1.33.0";
|
||||
version = "1.33.1";
|
||||
|
||||
subPackages = [ "cmd/telegraf" ];
|
||||
|
||||
@ -18,10 +18,10 @@ buildGo123Module rec {
|
||||
owner = "influxdata";
|
||||
repo = "telegraf";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Psrhm854/9xywJlWKBGDbKMq6R3kVb2DGKI+c04PaLI=";
|
||||
hash = "sha256-35L83l1aa7TDis0bZss4xBrciK1QEofkKY04JInmRmo=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-QEg6vDghz6CWHsLs745kxt959+b3cj45Tjfb3moryzM=";
|
||||
vendorHash = "sha256-JGG+IIYC0JKjetkrgTS6gwhk0/ehvSIxZi6ts234Gi4=";
|
||||
proxyVendor = true;
|
||||
|
||||
ldflags = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user