gnu: zabbix-agentd: Update to 4.0.2.

* gnu/packages/monitoring.scm (zabbix-agentd): Update to 4.0.2.
This commit is contained in:
Oleg Pykhalov 2018-11-30 20:27:23 +03:00
parent 85c07cff9c
commit f2f956010c
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -151,7 +151,7 @@ (define-public nagios
(define-public zabbix-agentd (define-public zabbix-agentd
(package (package
(name "zabbix-agentd") (name "zabbix-agentd")
(version "3.4.11") (version "4.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -160,7 +160,7 @@ (define-public zabbix-agentd
"/zabbix-" version ".tar.gz")) "/zabbix-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0qxgf6hx7ibhjmxd2sxizkjc8df4c9d31wz5hhql409ws98qf173")))) "033qb4b9y02jp2ijj8ny0a0yk1mzj0a8ihxrv11h7ln8kpl55vqw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
@ -220,6 +220,8 @@ (define-public zabbix-server
(string-append "--with-gnutls=" (string-append "--with-gnutls="
(assoc-ref %build-inputs "gnutls")) (assoc-ref %build-inputs "gnutls"))
"--with-libcurl" "--with-libcurl"
(string-append "--with-zlib="
(assoc-ref %build-inputs "zlib"))
,flags)))) ,flags))))
(inputs (inputs
`(("curl" ,curl) `(("curl" ,curl)