telegraf: 1.20.3 -> 1.20.4

This commit is contained in:
Luiz Ribeiro 2021-12-07 22:16:59 -06:00
parent 18e6b51842
commit 8ac241805d
No known key found for this signature in database
GPG Key ID: BF6F8043AC280E02

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 = [