zabbix-agent2-plugin-postgresql: 6.0.25 -> 6.4.12

This commit is contained in:
R. Ryantm
2024-03-08 20:10:51 +01:00
committed by Weijia Wang
parent 413506a7ca
commit cb176b27b1
@@ -2,11 +2,11 @@
buildGoModule rec {
pname = "zabbix-agent2-plugin-postgresql";
version = "6.0.25";
version = "6.4.12";
src = fetchurl {
url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz";
hash = "sha256-NFohopyUFO2C1k5moM4qkXX0Q9zc8W0Z+WrvZ5lgr1I=";
hash = "sha256-fsWjgTUygO6P5bCJYa8i8IlJYs+KdFtKkEeEPjnd4R0=";
};
vendorHash = null;