kodiPackages.jellyfin: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm
2024-08-12 01:11:22 +00:00
parent d1c8738267
commit b1a672a006
@@ -17,13 +17,13 @@ in
buildKodiAddon rec {
pname = "jellyfin";
namespace = "plugin.video.jellyfin";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-kodi";
rev = "v${version}";
sha256 = "sha256-N5ZNGeLf3P4p3RQimSaZteddKjqXE274mWpo7W9xqPs=";
sha256 = "sha256-MPRyMeJuuiG62ahNKfXyb3Q4LDm0yXkNgCeYxfpT1io=";
};
nativeBuildInputs = [ python ];