about summary refs log tree commit diff
path: root/pkgs/by-name/za
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-03-31 14:53:06 +0000
committerGitHub <noreply@github.com>2024-03-31 14:53:06 +0000
commit84a2a1f9a14e036f2aef787f87a8ddc28b499cfc (patch)
treeff714a5b9574ca2ebc3771d47a4faa9df1346698 /pkgs/by-name/za
parenta504202076443d31fcb8b9d4943c0bc6153b831a (diff)
parentcb176b27b1a3070be48bf2641e9ce4585ff198c0 (diff)
Merge pull request #294036 from r-ryantm/auto-update/zabbix-agent2-plugin-postgresql
zabbix-agent2-plugin-postgresql: 6.0.25 -> 6.4.12
Diffstat (limited to 'pkgs/by-name/za')
-rw-r--r--pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix b/pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix
index d80e98f832712..951d26fa9642a 100644
--- a/pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix
+++ b/pkgs/by-name/za/zabbix-agent2-plugin-postgresql/package.nix
@@ -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;