gnu: Zabbix: Update to 6.0.12.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.12.
This commit is contained in:
parent
dfc6957a5a
commit
9e0f224733
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,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.9")
|
(version "6.0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -179,7 +179,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 "0rzdlmfvyqys166zi94q1c6pbf57b0g1dygb23ixsx083gq1hh01"))
|
(base32 "04083aa63bzfg5jp958nypbqr0hlcbhj73whlinr1ri3x1z0caz7"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(substitute* '("src/zabbix_proxy/proxy.c"
|
'(substitute* '("src/zabbix_proxy/proxy.c"
|
||||||
|
|
Reference in a new issue