prometheus-postgres-exporter: 0.17.0 -> 0.17.1 (#388057)

authored by Franz Pletz and committed by GitHub c35cea87 1e80cd1a

+2 -2
+2 -2
pkgs/servers/monitoring/prometheus/postgres-exporter.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "postgres_exporter"; 10 - version = "0.17.0"; 10 + version = "0.17.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "prometheus-community"; 14 14 repo = "postgres_exporter"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-M7CnAbyAeVLfFyPDGYOCubcE7i/caQ0MDLi3JKeN6FA="; 16 + sha256 = "sha256-F7nLz6NkvWSeZTzjo1/wNWCPn3Veo9/SkJdlFRwdlo4="; 17 17 }; 18 18 19 19 vendorHash = "sha256-Dl44VTaDE90nhOU0zxZvd/zrVe8bLRnT16ISqJMpzpU=";