Skip to content

Commit

Permalink
Merge pull request NixOS#204899 from r-ryantm/auto-update/telegraf
Browse files Browse the repository at this point in the history
telegraf: 1.24.3 -> 1.24.4
  • Loading branch information
Mic92 authored Dec 8, 2022
2 parents d4ec6e6 + f1311ba commit f21f11a
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 f21f11a

Please sign in to comment.