mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: zabbix-agentd: Update to 6.0.14.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.14. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
e19d215ec9
commit
b4fb941957
1 changed files with 2 additions and 3 deletions
|
@ -171,7 +171,7 @@ (define-public nagios
|
|||
(define-public zabbix-agentd
|
||||
(package
|
||||
(name "zabbix-agentd")
|
||||
(version "6.0.12")
|
||||
(version "6.0.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -179,7 +179,7 @@ (define-public zabbix-agentd
|
|||
"https://cdn.zabbix.com/zabbix/sources/stable/"
|
||||
(version-major+minor version) "/zabbix-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04083aa63bzfg5jp958nypbqr0hlcbhj73whlinr1ri3x1z0caz7"))
|
||||
(base32 "0n6fqa9vbhh2syxii7ds2x6dnplrgrj98by1zl0ij1wfbnbxa6k3"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(substitute* '("src/zabbix_proxy/proxy.c"
|
||||
|
@ -829,4 +829,3 @@ (define-public batsignal
|
|||
laptop when the battery gets below critical levels, instead of damaging the
|
||||
battery.")
|
||||
(license license:isc)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue