prometheus-postgres-exporter: 0.9.0 -> 0.10.0

ChangeLog: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.10.0

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/postgres-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "postgres_exporter"; 5 - version = "0.9.0"; 5 + version = "0.10.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "wrouesnel"; 9 9 repo = "postgres_exporter"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Kv+sjqhlmH36L4YvDuGYODR/eTHA2TKQ6IUCXAiItyo="; 11 + sha256 = "sha256-QU/pPw0gOHF5SAET8S/v7nTPyEvBqkxwwGQ42PbQNvw="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-yMcoUl9NsiiZQyEHlLu79DzIyl6BbhLZ/xNFavaGrEs="; 14 + vendorSha256 = "sha256-sSJjJR0wlW95I6bgzLKx4aVcqwKMRyzzWC4uz0BKLNY="; 15 15 16 16 doCheck = true; 17 17