Skip to content

Commit fe416aa

Browse files
authored
kodiPackages.jellyfin: 1.1.1 -> 2.0.0 (NixOS#497417)
2 parents a80caac + d959f30 commit fe416aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/video/kodi/addons/jellyfin

pkgs/applications/video/kodi/addons/jellyfin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ in
1717
buildKodiAddon rec {
1818
pname = "jellyfin";
1919
namespace = "plugin.video.jellyfin";
20-
version = "1.1.1";
20+
version = "2.0.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "jellyfin";
2424
repo = "jellyfin-kodi";
2525
rev = "v${version}";
26-
sha256 = "sha256-Pi8q64VykEfyIm9VlNOkWFeEhEhl7D6KLnNLpVsY+iU=";
26+
sha256 = "sha256-xWLwtGeKu2W9u96jvLRRluSsnFjfad1/XSIcad00c3Y=";
2727
};
2828

2929
nativeBuildInputs = [ python ];

0 commit comments

Comments
 (0)