Merge pull request #320158 from r-ryantm/auto-update/kodiPackages.infotagger

kodiPackages.infotagger: 0.0.7 -> 0.0.8
This commit is contained in:
Aaron Andersen 2024-06-16 06:55:59 -04:00 committed by GitHub
commit 1a6f087c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildKodiAddon rec {
pname = "infotagger";
namespace = "script.module.infotagger";
version = "0.0.7";
version = "0.0.8";
src = fetchFromGitHub {
owner = "jurialmunkey";
repo = namespace;
rev = "v${version}";
hash = "sha256-Us7ud0QORGn+ALB4uyISekp0kUYY8nN8uFNg8MlxEB0=";
hash = "sha256-Ns1OjrYLKz4znXRxqUErDLcmC0HBjBFVYI9GFqDVurY=";
};
passthru = {