From ab701322dccce5af14475093618cce88449abb42 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 23 Oct 2013 17:11:27 +0200 Subject: [PATCH] zabbix20: Update to now upstream version 2.0.9. This drops the patch for ZBX-7091, because it hase been fixed upstream. Other upstream changes can be found at the following URL: http://www.zabbix.com/rn2.0.9.php Signed-off-by: aszlig --- pkgs/servers/monitoring/zabbix/2.0.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgs/servers/monitoring/zabbix/2.0.nix b/pkgs/servers/monitoring/zabbix/2.0.nix index 8752f54647f0..1386e1609eb9 100644 --- a/pkgs/servers/monitoring/zabbix/2.0.nix +++ b/pkgs/servers/monitoring/zabbix/2.0.nix @@ -5,11 +5,11 @@ assert enableJabber -> minmay != null; let - version = "2.0.8"; + version = "2.0.9"; src = fetchurl { url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz"; - sha256 = "16jiwjw4041j3qn1cs4k812mih8mjwz5022ac0h0n78avrh4kff4"; + sha256 = "057fjqww0qzs56nm8m3c36kbrhwriysvjvqzgwm9j2bg9ylixvym"; }; preConfigure = @@ -31,14 +31,6 @@ in inherit src preConfigure; - patchFlags = "-p0"; - patches = - [ (fetchurl { - url = "https://support.zabbix.com/secure/attachment/24449/ZBX-7091-2.0.8.patch"; - sha256 = "1rlk3812dd12imk29i0fw6bzpgi44a8231kiq3bl5yryx18qh580"; - }) - ]; - configureFlags = [ "--enable-agent" "--enable-server"