Merge pull request #120502 from Mic92/telegraf

telegraf: 1.18.0 -> 1.18.1
This commit is contained in:
Jörg Thalheim
2021-04-25 06:12:41 +01:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "telegraf"; pname = "telegraf";
version = "1.18.0"; version = "1.18.1";
excludedPackages = "test"; excludedPackages = "test";
@@ -12,7 +12,7 @@ buildGoModule rec {
owner = "influxdata"; owner = "influxdata";
repo = "telegraf"; repo = "telegraf";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-1sFl+F3g2anssW59eKbjPdVCIyGq8JuoJGXVQZys854="; sha256 = "sha256-iFigbnqUXWQrhDovwQYZsr8llkB9553c5LgcKJ78yZ4=";
}; };
vendorSha256 = "sha256-m53S/L71nyioCBbIDDAWEnqStBdqTFGq16y5ozsXq1c="; vendorSha256 = "sha256-m53S/L71nyioCBbIDDAWEnqStBdqTFGq16y5ozsXq1c=";