zabbix-agent2-plugin-postgresql: 7.4.7 -> 7.4.8 (#506175)

This commit is contained in:
2026-04-03 11:43:06 +00:00
committed by GitHub
@@ -6,11 +6,11 @@
buildGoModule rec {
pname = "zabbix-agent2-plugin-postgresql";
version = "7.4.7";
version = "7.4.8";
src = fetchurl {
url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz";
hash = "sha256-Ks7uV6odjvJVkCLrQb6FNDqaIzcCDV4eoInRiPZ4omo=";
hash = "sha256-OyK86KZqQRFwuxyvnjHkt4U/kTa0z+/IJNXDkpJR+/w=";
};
vendorHash = null;