mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: zabbix: Update to 4.2.7.
* gnu/packages/monitoring.scm: (zabbix) Update to 4.2.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
1e8826bdd3
commit
e7f6d13722
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ (define-public nagios
|
||||||
(define-public zabbix-agentd
|
(define-public zabbix-agentd
|
||||||
(package
|
(package
|
||||||
(name "zabbix-agentd")
|
(name "zabbix-agentd")
|
||||||
(version "4.2.0")
|
(version "4.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -161,7 +161,7 @@ (define-public zabbix-agentd
|
||||||
"/zabbix-" version ".tar.gz"))
|
"/zabbix-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b9wx6z15jfg8yakb7mlaqqri1ia9i12rgk58c3nparzsjdd9p2c"))))
|
"09znh8x1sass5mw6wjrfmizjbfls8ad2c16y24ldfj40hlfxz6wx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue