Skip to content

Commit

Permalink
telegraf: 1.24.3 -> 1.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 7, 2022
1 parent 7ea3d43 commit f1311ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/telegraf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoModule rec {
pname = "telegraf";
version = "1.24.3";
version = "1.24.4";

excludedPackages = "test";

Expand All @@ -12,10 +12,10 @@ buildGoModule rec {
owner = "influxdata";
repo = "telegraf";
rev = "v${version}";
sha256 = "sha256-3KQJRapgl36+QwWHjh+nri3FcFtXhre7l3XN8Oj9t+0=";
sha256 = "sha256-GlbkCT85gbQehN2SgWY0WNSQ1FbpgZKBpqm6ImlWASk=";
};

vendorSha256 = "sha256-0PQYnJKDR/CtZviy0FXvVja7fvcvY+BH8zQXiGdKqRg=";
vendorSha256 = "sha256-sBCUs9m04bdkeAIRCJ2Esw68JJIsyVNcoZ3W1WrNKJ4=";
proxyVendor = true;

ldflags = [
Expand Down

0 comments on commit f1311ba

Please sign in to comment.