prometheus-pgbouncer-exporter: 0.10.0 -> 0.10.2

This commit is contained in:
Wim de With 2024-10-30 20:03:47 +01:00
parent 1499b7cdc3
commit bde2af72dd

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pgbouncer-exporter";
version = "0.10.0";
version = "0.10.2";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "pgbouncer_exporter";
rev = "v${version}";
hash = "sha256-9Sa9BimyKwYTjh0ELlDlUS3kc5gnkK1i7xiO84vVPYA=";
hash = "sha256-8ChYYJIHdzH2vWxqnzS6sz9fDeLe+Y29fzia3/aBkgc=";
};
vendorHash = "sha256-PjoS56MdYpDOuSTHHo5lGL9KlWlu3ycA08qim8jrnSU=";