summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-29 12:34:25 +0100
committerMarius Bakke <marius@gnu.org>2022-01-29 12:52:38 +0100
commit45681b89a88a050ce2f3a3b9f9974eafe1b4302c (patch)
tree4931f0330b41551fd66863913a9ae803a5d7344d
parent756f16aa019ef6b286f92704c8ba20c501c620eb (diff)
downloadguix-patches-45681b89a88a050ce2f3a3b9f9974eafe1b4302c.tar
guix-patches-45681b89a88a050ce2f3a3b9f9974eafe1b4302c.tar.gz
gnu: zabbix: Update to 5.4.9.base-for-series-11185
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.9.
-rw-r--r--gnu/packages/monitoring.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index d9f84e87e4..64ebb96b87 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -164,7 +164,7 @@ etc. via a Web interface. Features include:
(define-public zabbix-agentd
(package
(name "zabbix-agentd")
- (version "5.2.6")
+ (version "5.4.9")
(source
(origin
(method url-fetch)
@@ -172,7 +172,7 @@ etc. via a Web interface. Features include:
"https://cdn.zabbix.com/zabbix/sources/stable/"
(version-major+minor version) "/zabbix-" version ".tar.gz"))
(sha256
- (base32 "100n1rv7r4pqagxxifzpcza5bhrr2fklzx7gndxwiyq4597p1jvn"))
+ (base32 "0hf9qygjy4vyknsin6qmgpna6z4c4mdrglifgkpxbs3nvwl6cs0r"))
(modules '((guix build utils)))
(snippet
'(substitute* '("src/zabbix_proxy/proxy.c"