telegraf: 1.18.1 -> 1.19.1

This commit is contained in:
Leo Maroni 2021-07-08 15:30:16 +02:00
parent c9e5c08eae
commit 80abfd0989
No known key found for this signature in database
GPG key ID: B1ADA545CD2CBACD

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "telegraf";
version = "1.18.1";
version = "1.19.1";
excludedPackages = "test";
@ -12,10 +12,10 @@ buildGoModule rec {
owner = "influxdata";
repo = "telegraf";
rev = "v${version}";
sha256 = "sha256-iFigbnqUXWQrhDovwQYZsr8llkB9553c5LgcKJ78yZ4=";
sha256 = "sha256-8shyNKwSg3pUxfQsIHBNnIaks/86vHuHN/SroDE3QFU=";
};
vendorSha256 = "sha256-m53S/L71nyioCBbIDDAWEnqStBdqTFGq16y5ozsXq1c=";
vendorSha256 = "sha256-jP6P2NShzlFCptCQ04XY4cIrONNArwthiEONEo32Btw=";
preBuild = ''
buildFlagsArray+=("-ldflags=-w -s -X main.version=${version}")