mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
zabbix22: 2.2.2 -> 2.2.16 for CVE-2016-4338 CVE-2016-9140
This commit is contained in:
parent
503c57237f
commit
8800ea7617
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ assert enableJabber -> minmay != null;
|
|||
|
||||
let
|
||||
|
||||
version = "2.2.2";
|
||||
version = "2.2.16";
|
||||
branch = "2.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
|
||||
sha256 = "1gmjbjmajdllzd7akihb5kg4l2gf0ii9c16fq8mlla37sshzj3p0";
|
||||
sha256 = "0hc0y3p8p6pxri7w3n311ry3m5hb440kgwwkiqlihbhsq73xiz1w";
|
||||
};
|
||||
|
||||
preConfigure =
|
||||
|
|
Loading…
Reference in a new issue