forked from mirrors/nixpkgs
zabbix20: Update to version 2.0.6.
Release notes for this version and 2.0.5: http://www.zabbix.com/rn2.0.6.php http://www.zabbix.com/rn2.0.5.php Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
486e918215
commit
ea87598a71
|
@ -2,11 +2,11 @@
|
|||
|
||||
let
|
||||
|
||||
version = "2.0.4";
|
||||
version = "2.0.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
|
||||
sha256 = "0l8038j6ldsv0ywrs2j69ybjl2zv4qw42791glqvcabjj8x24m3m";
|
||||
sha256 = "1y7dp9rqxkn8ik7bvk2qysz3zp3r07kmax5avlf9jf1x7pkagps6";
|
||||
};
|
||||
|
||||
preConfigure =
|
||||
|
|
Loading…
Reference in a new issue