Merge pull request #223243 from Ma27/bump-prometheus-postgres-exporter

prometheus-postgres-exporter: 0.11.1 -> 0.12.0

authored by Maximilian Bosch and committed by GitHub 38bb4126 56206539

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/postgres-exporter.nix
··· 2 3 buildGoModule rec { 4 pname = "postgres_exporter"; 5 - version = "0.11.1"; 6 7 src = fetchFromGitHub { 8 owner = "prometheus-community"; 9 repo = "postgres_exporter"; 10 rev = "v${version}"; 11 - sha256 = "sha256-Bi24tg/ukFLmSbhAY3gZqT7qc0xWwLlLQxGB6F+qiUQ="; 12 }; 13 14 - vendorSha256 = "sha256-ocapAJAQD84zISbTduAf3QyjaZ0UroNMdQig6IBNDpw="; 15 16 doCheck = true; 17
··· 2 3 buildGoModule rec { 4 pname = "postgres_exporter"; 5 + version = "0.12.0"; 6 7 src = fetchFromGitHub { 8 owner = "prometheus-community"; 9 repo = "postgres_exporter"; 10 rev = "v${version}"; 11 + sha256 = "sha256-eY9/a+uFJJ8lT+0ZGa+ExjKf0V6JOqI3l1sZbfQEXOc="; 12 }; 13 14 + vendorSha256 = "sha256-sMWprCRUvF6voLM3GjTq9tId1GoCPac/RE6hXL+LBEE="; 15 16 doCheck = true; 17