11 namespace = "script.module.defusedxml";
12 version = "0.6.0+matrix.1";
15 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
16 sha256 = "sha256-jSl7lbFqR6hjZhHzxY69hDbs84LY3B5RYKzXnHou0Qg=";
21 updateScript = addonUpdateScript {
22 attrPath = "kodi.packages.defusedxml";
27 homepage = "https://github.com/tiran/defusedxml";
28 description = "defusing XML bombs and other exploits";
29 license = licenses.psfl;
30 maintainers = teams.kodi.members;