gnu: Zabbix: Update to 6.0.3.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.3.
This commit is contained in:
parent
aa5716703f
commit
975966ba09
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ (define-public nagios
|
||||||
(define-public zabbix-agentd
|
(define-public zabbix-agentd
|
||||||
(package
|
(package
|
||||||
(name "zabbix-agentd")
|
(name "zabbix-agentd")
|
||||||
(version "6.0.0")
|
(version "6.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -172,7 +172,7 @@ (define-public zabbix-agentd
|
||||||
"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 "0dlb5c34lwd3j754pgaddsvpqad5c5yqbh25y4qxfpiy4fzqmw2y"))
|
(base32 "0hihi94dk235cn4rwhrzm496dlihk0pv8785y2jyqi17jhl566g6"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(substitute* '("src/zabbix_proxy/proxy.c"
|
'(substitute* '("src/zabbix_proxy/proxy.c"
|
||||||
|
|
Loading…
Reference in a new issue