Merge pull request #238277 from Ma27/bump-postgres-exporter

prometheus-postgres-exporter: 0.12.0 -> 0.12.1
This commit is contained in:
Maximilian Bosch 2023-06-18 10:43:36 +02:00 committed by GitHub
commit e9196105e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "postgres_exporter";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "postgres_exporter";
rev = "v${version}";
sha256 = "sha256-eY9/a+uFJJ8lT+0ZGa+ExjKf0V6JOqI3l1sZbfQEXOc=";
sha256 = "sha256-/IIMtLjOKmkqsNVgqrMo8D8r/NDmg4NRWCEMJTNgLbk=";
};
vendorSha256 = "sha256-sMWprCRUvF6voLM3GjTq9tId1GoCPac/RE6hXL+LBEE=";