1 { lib, rel, buildKodiAddon, fetchzip, addonUpdateScript, requests }:
3 pname = "requests-cache";
4 namespace = "script.module.requests-cache";
5 version = "0.5.2+matrix.2";
8 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
9 sha256 = "sha256-6M/v/ghS2TnSZhG8bREjxfEfcfLOmvA6hgsa7JUk9Dk=";
12 propagatedBuildInputs = [
18 updateScript = addonUpdateScript {
19 attrPath = "kodi.packages.requests-cache";
24 homepage = "https://github.com/reclosedev/requests-cache";
25 description = "Persistent cache for requests library";
26 license = licenses.bsd2;
27 maintainers = teams.kodi.members;