Skip to content

Commit

Permalink
kodiPackages.jellyfin: 1.0.6 -> 1.0.7 (#367263)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanderse authored Dec 22, 2024
2 parents 88cfe2e + fca7105 commit 7aeabdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/kodi/addons/jellyfin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ in
buildKodiAddon rec {
pname = "jellyfin";
namespace = "plugin.video.jellyfin";
version = "1.0.6";
version = "1.0.7";

src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-kodi";
rev = "v${version}";
sha256 = "sha256-bGdTMe45zHhTBHp4k1l4N4ksSL+MJdKh3hDBS6TDtPI=";
sha256 = "sha256-7PgE1KrKmSBWzzi6tZp1Pou/82P1mPX8iE/IQlBi1Cc=";
};

nativeBuildInputs = [ python ];
Expand Down

0 comments on commit 7aeabdc

Please sign in to comment.