prometheus-postgres-exporter: 0.18.0 -> 0.18.1

This commit is contained in:
R. Ryantm
2025-10-06 11:41:30 +00:00
parent 0bcf98ab2f
commit 850bee63d1
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "postgres_exporter";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "postgres_exporter";
rev = "v${version}";
sha256 = "sha256-Wl84/jNJngIdl/u8JYcHSeq07+qwfRgDH4v4yZVPq3k=";
sha256 = "sha256-yiWcJVpa5yGNk1ahbb+0uVzpFaXqBL2qgS0aH+bi4rU=";
};
vendorHash = "sha256-/9a3lB9V25OppkeLsIr02LZPLAQrQYZ74RJIDHiG6w8=";