[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Zabbix: Update to 6.0.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Zabbix: Update to 6.0.3. |
Date: |
Sat, 09 Apr 2022 10:57:59 -0400 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 975966ba09 gnu: Zabbix: Update to 6.0.3.
975966ba09 is described below
commit 975966ba09e24d813cf94a794c4bd6375777372a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Apr 9 16:09:50 2022 +0200
gnu: Zabbix: Update to 6.0.3.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.3.
---
gnu/packages/monitoring.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 7935c92815..2e04c32f0a 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 "6.0.0")
+ (version "6.0.3")
(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 "0dlb5c34lwd3j754pgaddsvpqad5c5yqbh25y4qxfpiy4fzqmw2y"))
+ (base32 "0hihi94dk235cn4rwhrzm496dlihk0pv8785y2jyqi17jhl566g6"))
(modules '((guix build utils)))
(snippet
'(substitute* '("src/zabbix_proxy/proxy.c"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Zabbix: Update to 6.0.3.,
guix-commits <=