diff options
author | Kaelyn Takata <kaelyn.alexi@protonmail.com> | 2023-03-12 06:17:48 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-20 23:10:15 -0400 |
commit | b4fb941957ea68a5e708525a8bebeacdc3d70959 (patch) | |
tree | 48d11f6e17822859e1883f2c170a841a5eb78280 /gnu | |
parent | e19d215ec917f1a7165ef2442da86bca83a9eea0 (diff) | |
download | guix-b4fb941957ea68a5e708525a8bebeacdc3d70959.tar guix-b4fb941957ea68a5e708525a8bebeacdc3d70959.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/monitoring.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index c0df1e501c..5ef40bdf58 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -171,7 +171,7 @@ etc. via a Web interface. Features include: (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 @@ etc. via a Web interface. Features include: "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 @@ user-configured power thresholds. This can be used to force powering off a laptop when the battery gets below critical levels, instead of damaging the battery.") (license license:isc))) - |