Skip to content

Commit

Permalink
prometheus-collectd-exporter: 0.6.0 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 8, 2024
1 parent c6f1ef9 commit 2fdfc10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/collectd-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "collectd-exporter";
version = "0.6.0";
version = "0.7.0";

src = fetchFromGitHub {
owner = "prometheus";
repo = "collectd_exporter";
rev = "v${version}";
sha256 = "sha256-8oibunEHPtNdbhVgF3CL6D/xE7bR8hee6+D2IJMzaqY=";
sha256 = "sha256-MxgHJ9+e94ReY/8ISPfGEX9Z9ZHDyNsV0AqlPfsjXvc=";
};

vendorHash = "sha256-fQO2fiotqv18xewXVyh6sA4zx5ZNUR6mCebYenryrKI=";
vendorHash = "sha256-kr8mHprIfXc/Yj/w2UKBkqIYZHmWtBLjqYDvKSXlozQ=";

ldflags = [ "-s" "-w" ];

Expand Down

0 comments on commit 2fdfc10

Please sign in to comment.