1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript }:
5 namespace = "script.module.kodi-six";
9 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
10 sha256 = "sha256-nWz5CPoE0uVsZvWjI4q6y4ZKUnraTjTXLSJ1mK4YopI=";
15 updateScript = addonUpdateScript {
16 attrPath = "kodi.packages.kodi-six";
21 homepage = "https://github.com/romanvm/kodi.six";
22 description = "Wrappers around Kodi Python API for seamless Python 2/3 compatibility";
23 license = licenses.gpl3Only;
24 maintainers = teams.kodi.members;