1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript }:
5 namespace = "script.module.defusedxml";
6 version = "0.6.0+matrix.1";
9 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
10 sha256 = "sha256-jSl7lbFqR6hjZhHzxY69hDbs84LY3B5RYKzXnHou0Qg=";
15 updateScript = addonUpdateScript {
16 attrPath = "kodi.packages.defusedxml";
21 homepage = "https://github.com/tiran/defusedxml";
22 description = "defusing XML bombs and other exploits";
23 license = licenses.psfl;
24 maintainers = teams.kodi.members;