kodiPackages.pdfreader: 2.0.2 -> 2.0.3

This commit is contained in:
R. Ryantm 2024-07-21 13:12:12 +00:00
parent 48b8f3cbb7
commit 69321d126e

View File

@ -2,13 +2,13 @@
buildKodiAddon rec {
pname = "pdfreader";
namespace = "plugin.image.pdf";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "i96751414";
repo = "plugin.image.pdfreader";
rev = "v${version}";
sha256 = "0nkqhlm1gyagq6xpdgqvd5qxyr2ngpml9smdmzfabc8b972mwjml";
sha256 = "sha256-J93poR5VO9fAgNCEGftJVYnpXOsJSxnhHI6TAJZ2LeI=";
};
passthru.pythonPath = "lib/api";