Skip to content

Commit

Permalink
telegraf: 1.17.3 -> 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and tomberek committed Mar 20, 2021
1 parent 6b5f49a commit 85141b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/telegraf/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoModule rec {
pname = "telegraf";
version = "1.17.3";
version = "1.18.0";

excludedPackages = "test";

Expand All @@ -12,10 +12,10 @@ buildGoModule rec {
owner = "influxdata";
repo = "telegraf";
rev = "v${version}";
sha256 = "sha256-DJvXGjh1FN6SHcfVUlbfoKgBD1ThaJMvKUqvIKCyzeI=";
sha256 = "sha256-1sFl+F3g2anssW59eKbjPdVCIyGq8JuoJGXVQZys854=";
};

vendorSha256 = "sha256-UTdJT4cwRCqkn01YXB1KYc7hp1smpZFke9aAODd/2x0=";
vendorSha256 = "sha256-m53S/L71nyioCBbIDDAWEnqStBdqTFGq16y5ozsXq1c=";

preBuild = ''
buildFlagsArray+=("-ldflags=-w -s -X main.version=${version}")
Expand Down

0 comments on commit 85141b8

Please sign in to comment.