prometheus-postgres-exporter: 0.9.0 -> 0.10.0

ChangeLog: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.10.0
This commit is contained in:
Maximilian Bosch 2021-07-29 12:47:26 +02:00
parent b54d2ddd54
commit f7fb107bf2
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "postgres_exporter";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "wrouesnel";
repo = "postgres_exporter";
rev = "v${version}";
sha256 = "sha256-Kv+sjqhlmH36L4YvDuGYODR/eTHA2TKQ6IUCXAiItyo=";
sha256 = "sha256-QU/pPw0gOHF5SAET8S/v7nTPyEvBqkxwwGQ42PbQNvw=";
};
vendorSha256 = "sha256-yMcoUl9NsiiZQyEHlLu79DzIyl6BbhLZ/xNFavaGrEs=";
vendorSha256 = "sha256-sSJjJR0wlW95I6bgzLKx4aVcqwKMRyzzWC4uz0BKLNY=";
doCheck = true;