Merge pull request #149511 from luizribeiro/telegraf-1.20.4

telegraf: 1.20.3 -> 1.20.4
This commit is contained in:
Jörg Thalheim 2021-12-08 14:41:11 +00:00 committed by GitHub
commit 717d08115c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
{ lib, buildGo117Module, fetchFromGitHub, nixosTests }:
buildGoModule rec {
buildGo117Module rec {
pname = "telegraf";
version = "1.20.3";
version = "1.20.4";
excludedPackages = "test";
@ -12,10 +12,10 @@ buildGoModule rec {
owner = "influxdata";
repo = "telegraf";
rev = "v${version}";
sha256 = "sha256-KziXTuj1J3pXJIACiF09En3rRt1BYixj/jAadyaz4ns=";
sha256 = "sha256-AK2KCbwFHeryqdK7iYtKEaP8JYINdX1i42/EHCAGkFk=";
};
vendorSha256 = "sha256-4L65JT+5GRS7KszuwKdveOlJIrOptPomDuyQ/r434cc=";
vendorSha256 = "sha256-35jcieU/EdJ3d4WfYhwXpDNZRrS+DQsWZYp2EoxpKU4";
proxyVendor = true;
ldflags = [