mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
zabbix20.agent: update from 2.0.9 to 2.0.10
This commit is contained in:
parent
156ff88ed2
commit
335cfe188d
@ -5,11 +5,11 @@ assert enableJabber -> minmay != null;
|
||||
|
||||
let
|
||||
|
||||
version = "2.0.9";
|
||||
version = "2.0.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/zabbix/zabbix-${version}.tar.gz";
|
||||
sha256 = "057fjqww0qzs56nm8m3c36kbrhwriysvjvqzgwm9j2bg9ylixvym";
|
||||
sha256 = "0p86m634j08w0gbr2rwqr3h5p6md7k0c688w5yxc1ii3l9fmnhbi";
|
||||
};
|
||||
|
||||
preConfigure =
|
||||
|
Loading…
Reference in New Issue
Block a user