Archived
1
0
Fork 0

gnu: Zabbix: Update to 6.0.5.

* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.5.
This commit is contained in:
Marius Bakke 2022-06-23 13:08:56 +02:00
parent 8e2ff622ed
commit de52ffc6b4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -165,7 +165,7 @@ etc. via a Web interface. Features include:
(define-public zabbix-agentd (define-public zabbix-agentd
(package (package
(name "zabbix-agentd") (name "zabbix-agentd")
(version "6.0.3") (version "6.0.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -173,7 +173,7 @@ etc. via a Web interface. Features include:
"https://cdn.zabbix.com/zabbix/sources/stable/" "https://cdn.zabbix.com/zabbix/sources/stable/"
(version-major+minor version) "/zabbix-" version ".tar.gz")) (version-major+minor version) "/zabbix-" version ".tar.gz"))
(sha256 (sha256
(base32 "0hihi94dk235cn4rwhrzm496dlihk0pv8785y2jyqi17jhl566g6")) (base32 "1hmx6dgsag84dpv867p12bkln141nypgkp6zhipxbnn5xxip1sry"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(substitute* '("src/zabbix_proxy/proxy.c" '(substitute* '("src/zabbix_proxy/proxy.c"