Skip to content

Commit

Permalink
prometheus-pgbouncer-exporter: 0.8.0 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 5, 2024
1 parent cc75a58 commit ef077f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/pgbouncer-exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "pgbouncer-exporter";
version = "0.8.0";
version = "0.9.0";

src = fetchFromGitHub {
owner = "prometheus-community";
repo = "pgbouncer_exporter";
rev = "v${version}";
hash = "sha256-QnA9H4qedCPZKqJQ1I2OJO42mCWcWqYxLmeF3+JXzTw=";
hash = "sha256-fKoyRHYLwVefsZ014eazVCD5B9eV8/CUkuHE4mbUqVo=";
};

vendorHash = "sha256-NYiVW+CNrxFrEUl1nsTeNNgy7SmTYgqs1d50rCvyBcw=";
vendorHash = "sha256-IxmxfF9WsF0Hbym4G0UecyW8hAvucoaCFUE1kXUljJs=";

meta = with lib; {
description = "Prometheus exporter for PgBouncer";
Expand Down

0 comments on commit ef077f0

Please sign in to comment.