Skip to content

Commit

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

prometheus-mongodb-exporter: 0.39.0 -> 0.40.0
  • Loading branch information
amaxine authored Jan 7, 2024
2 parents 41e062b + c94cf42 commit 40e28f7
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 @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "mongodb_exporter";
version = "0.39.0";
version = "0.40.0";

src = fetchFromGitHub {
owner = "percona";
repo = "mongodb_exporter";
rev = "v${version}";
hash = "sha256-QII93sd/Lh+m6S5HtDsOt2BUnqg+X8I24KoU+MAWWQU=";
hash = "sha256-cWXfMi48aF06Prua3n4geG2yP1JzLlHq/xh1HmiJkT4=";
};

vendorHash = "sha256-khNkh2LufCE3KdPYRCALz66X+Q1U+sTIILh4uDzhKiI=";
vendorHash = "sha256-69YBrDAEruWXaAqLfRVtqmZ0pop3r5cusePSV2Q1MXw=";

ldflags = [
"-s"
Expand Down

0 comments on commit 40e28f7

Please sign in to comment.