zabbix-agent2-plugin-postgresql: 7.2.3 -> 7.2.4

This commit is contained in:
R. Ryantm
2025-03-27 00:39:08 +00:00
parent 85547aa0a2
commit a0711ea841
@@ -6,11 +6,11 @@
buildGoModule rec {
pname = "zabbix-agent2-plugin-postgresql";
version = "7.2.3";
version = "7.2.4";
src = fetchurl {
url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz";
hash = "sha256-TtcEY/X8FXFcI3cghGRnLiCDj0fUwspXf90G/h22M9s=";
hash = "sha256-QslDQ45XQ3FjCSRu1cytHVPwJWpIvrxvqC57lCZGMKs=";
};
vendorHash = null;