about summary refs log tree commit diff
path: root/pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix')
-rw-r--r--pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix b/pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix
index 951d26fa9642a..f8bf2cfc6cf73 100644
--- a/pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix
+++ b/pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix
@@ -2,11 +2,11 @@
 
 buildGoModule rec {
   pname = "zabbix-agent2-plugin-postgresql";
-  version = "6.4.12";
+  version = "6.4.15";
 
   src = fetchurl {
     url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz";
-    hash = "sha256-fsWjgTUygO6P5bCJYa8i8IlJYs+KdFtKkEeEPjnd4R0=";
+    hash = "sha256-9N2xN7ckfBiwWcI+C4VeHDQVrWEaeKUcjfIw7GU7K9E=";
   };
 
   vendorHash = null;