1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript }:
5 namespace = "script.module.simplejson";
6 version = "3.19.1+matrix.1";
9 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
10 sha256 = "sha256-RJy75WAr0XmXnSrPjqKhFjWJnWo3c5IEtUGumcE/mRo=";
15 updateScript = addonUpdateScript {
16 attrPath = "kodi.packages.simplejson";
21 homepage = "https://github.com/simplejson/simplejson";
22 description = "Simple, fast, extensible JSON encoder/decoder for Python";
23 license = licenses.mit;
24 maintainers = teams.kodi.members;