kodiPackages.jellyfin: 2.0.0 -> 2.1.0 (#538837)

This commit is contained in:
Rémi NICOLE 2026-07-06 20:32:21 +00:00 committed by GitHub
commit c73480ae3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,13 +17,13 @@ in
buildKodiAddon rec {
pname = "jellyfin";
namespace = "plugin.video.jellyfin";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-kodi";
rev = "v${version}";
sha256 = "sha256-xWLwtGeKu2W9u96jvLRRluSsnFjfad1/XSIcad00c3Y=";
sha256 = "sha256-S5LAIeYwApyGPsj999rotFgfAZmLxnJjuJD8CE4QDro=";
};
nativeBuildInputs = [ python ];