summary refs log tree commit diff
path: root/pkgs/servers/monitoring
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-07-29 12:47:26 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2021-07-29 12:48:18 +0200
commitf7fb107bf22555b2963cf3fcf8c8a40e6611228a (patch)
treeac2c65839ccacafa4c8bf137a77fbe39e3b4de43 /pkgs/servers/monitoring
parentb54d2ddd54bf006714ca8c1549c2340b4e642165 (diff)
downloadnixpkgs-f7fb107bf22555b2963cf3fcf8c8a40e6611228a.tar
nixpkgs-f7fb107bf22555b2963cf3fcf8c8a40e6611228a.tar.gz
nixpkgs-f7fb107bf22555b2963cf3fcf8c8a40e6611228a.tar.bz2
nixpkgs-f7fb107bf22555b2963cf3fcf8c8a40e6611228a.tar.lz
nixpkgs-f7fb107bf22555b2963cf3fcf8c8a40e6611228a.tar.xz
nixpkgs-f7fb107bf22555b2963cf3fcf8c8a40e6611228a.tar.zst
nixpkgs-f7fb107bf22555b2963cf3fcf8c8a40e6611228a.zip
prometheus-postgres-exporter: 0.9.0 -> 0.10.0
ChangeLog: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.10.0
Diffstat (limited to 'pkgs/servers/monitoring')
-rw-r--r--pkgs/servers/monitoring/prometheus/postgres-exporter.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/prometheus/postgres-exporter.nix b/pkgs/servers/monitoring/prometheus/postgres-exporter.nix
index 9b3cda6e7ae..4db534add8c 100644
--- a/pkgs/servers/monitoring/prometheus/postgres-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/postgres-exporter.nix
@@ -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;