Merge pull request #294036 from r-ryantm/auto-update/zabbix-agent2-plugin-postgresql

zabbix-agent2-plugin-postgresql: 6.0.25 -> 6.4.12
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-31 14:53:06 +00:00 committed by GitHub
commit 84a2a1f9a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,11 @@
buildGoModule rec { buildGoModule rec {
pname = "zabbix-agent2-plugin-postgresql"; pname = "zabbix-agent2-plugin-postgresql";
version = "6.0.25"; version = "6.4.12";
src = fetchurl { src = fetchurl {
url = "https://cdn.zabbix.com/zabbix-agent2-plugins/sources/postgresql/zabbix-agent2-plugin-postgresql-${version}.tar.gz"; 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; vendorHash = null;