zabbix-agent2-plugin-postgresql: 7.4.5 -> 7.4.6 (#488894)

This commit is contained in:
2026-02-10 08:19:03 +00:00
committed by GitHub
@@ -6,11 +6,11 @@
buildGoModule rec {
pname = "zabbix-agent2-plugin-postgresql";
version = "7.4.5";
version = "7.4.6";
src = fetchurl {
url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz";
hash = "sha256-AeQfPA1o5XmRcY9L6p4ZwOTEaq2h+35QuIHBZhxV/2M=";
hash = "sha256-rUv75kA/jU1fF1qWWkdRiAJVBWFD+78+YP/ovghtcxA=";
};
vendorHash = null;