prometheus-postgres-exporter: 0.11.1 -> 0.12.0

ChangeLog: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.12.0
This commit is contained in:
Maximilian Bosch 2023-03-26 15:07:24 +02:00
parent c0eaef7382
commit 761552c4c3
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "postgres_exporter";
version = "0.11.1";
version = "0.12.0";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "postgres_exporter";
rev = "v${version}";
sha256 = "sha256-Bi24tg/ukFLmSbhAY3gZqT7qc0xWwLlLQxGB6F+qiUQ=";
sha256 = "sha256-eY9/a+uFJJ8lT+0ZGa+ExjKf0V6JOqI3l1sZbfQEXOc=";
};
vendorSha256 = "sha256-ocapAJAQD84zISbTduAf3QyjaZ0UroNMdQig6IBNDpw=";
vendorSha256 = "sha256-sMWprCRUvF6voLM3GjTq9tId1GoCPac/RE6hXL+LBEE=";
doCheck = true;