12 pname = "trakt-module";
13 namespace = "script.module.trakt";
14 version = "4.4.0+matrix.1";
17 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
18 sha256 = "sha256-6JIAQwot5VZ36gvQym88BD/e/mSyS8WO8VqkPn2GcqY=";
21 propagatedBuildInputs = [
29 updateScript = addonUpdateScript {
30 attrPath = "kodi.packages.trakt-module";
35 homepage = "https://github.com/Razzeee/script.module.trakt";
36 description = "Python trakt.py library packed for Kodi";
37 license = licenses.mit;
38 maintainers = teams.kodi.members;