guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: zabbix: Update to 5.4.9.


From: guix-commits
Subject: 10/10: gnu: zabbix: Update to 5.4.9.
Date: Sat, 29 Jan 2022 06:54:00 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 45681b89a88a050ce2f3a3b9f9974eafe1b4302c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 29 12:34:25 2022 +0100

    gnu: zabbix: Update to 5.4.9.
    
    * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.9.
---
 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 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]