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