We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a80caac + d959f30 commit fe416aaCopy full SHA for fe416aa
1 file changed
pkgs/applications/video/kodi/addons/jellyfin/default.nix
@@ -17,13 +17,13 @@ in
17
buildKodiAddon rec {
18
pname = "jellyfin";
19
namespace = "plugin.video.jellyfin";
20
- version = "1.1.1";
+ version = "2.0.0";
21
22
src = fetchFromGitHub {
23
owner = "jellyfin";
24
repo = "jellyfin-kodi";
25
rev = "v${version}";
26
- sha256 = "sha256-Pi8q64VykEfyIm9VlNOkWFeEhEhl7D6KLnNLpVsY+iU=";
+ sha256 = "sha256-xWLwtGeKu2W9u96jvLRRluSsnFjfad1/XSIcad00c3Y=";
27
};
28
29
nativeBuildInputs = [ python ];
0 commit comments