Skip to content

Commit

Permalink
prometheus-mongodb-exporter: 0.43.0 -> 0.43.1 (#367861)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 31, 2024
2 parents fa8b45a + a9db27f commit faa4ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/mongodb-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "mongodb_exporter";
version = "0.43.0";
version = "0.43.1";

src = fetchFromGitHub {
owner = "percona";
repo = "mongodb_exporter";
rev = "v${version}";
hash = "sha256-MmevWy5RJaSC1ocuuxqFYpagyjIaHBbd5PQ8HfCF0R0=";
hash = "sha256-lf5sh9ADz1L5thNsjj1EdGJGuNmlcFOMUxwOUZUf8Xo=";
};

vendorHash = "sha256-VHQdmEOCHTwszUUOF5JTbBWacgLM6MyuxAC6FNFD5PI=";
vendorHash = "sha256-c5PET4xGR2RzgOW9gUxo2JB/P1XO1JgWr2hQ/vGfk6E=";

ldflags = [
"-s"
Expand Down

0 comments on commit faa4ab1

Please sign in to comment.