Skip to content

Commit

Permalink
Merge pull request #240365 from r-ryantm/auto-update/prometheus-mysql…
Browse files Browse the repository at this point in the history
…d-exporter

prometheus-mysqld-exporter: 0.14.0 -> 0.15.0
  • Loading branch information
wegank authored Jun 29, 2023
2 parents d864a1c + 625a199 commit c8cee76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/mysqld-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "mysqld_exporter";
version = "0.14.0";
version = "0.15.0";

src = fetchFromGitHub {
owner = "prometheus";
repo = "mysqld_exporter";
rev = "v${version}";
sha256 = "sha256-SMcpQNygv/jVLNuQP8V6BH/CmSt5Y4dzYPsboTH2dos=";
sha256 = "sha256-LW9vH//TjnKbZGMF3owDSUx/Mu0TUuWxMtmdeKM/q7k=";
};

vendorSha256 = "sha256-M6u+ZBEUqCd6cKVHPvHqRiXLbuWz66GK+ybIQm+5tQE=";
vendorHash = "sha256-8zoiYSW8/z1Ch5W1WJHbWAPKFUOhUT8YcjrvyhwI+8w=";

ldflags = let t = "github.com/prometheus/common/version"; in [
"-s" "-w"
Expand Down

0 comments on commit c8cee76

Please sign in to comment.