Loading pkgs/servers/jellyfin/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,13 +14,13 @@ buildDotnetModule rec { pname = "jellyfin"; version = "10.8.11"; # ensure that jellyfin-web has matching version version = "10.8.12"; # ensure that jellyfin-web has matching version src = fetchFromGitHub { owner = "jellyfin"; repo = "jellyfin"; rev = "v${version}"; sha256 = "deJv2lWo0kXGixCBJzfdIBZcNjg45y2ITGQfWcM2smU="; sha256 = "aou73pgusNIEyRxzNalfow/PThgK6Gn6XiylBoRwR1w="; }; patches = [ Loading Loading
pkgs/servers/jellyfin/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,13 +14,13 @@ buildDotnetModule rec { pname = "jellyfin"; version = "10.8.11"; # ensure that jellyfin-web has matching version version = "10.8.12"; # ensure that jellyfin-web has matching version src = fetchFromGitHub { owner = "jellyfin"; repo = "jellyfin"; rev = "v${version}"; sha256 = "deJv2lWo0kXGixCBJzfdIBZcNjg45y2ITGQfWcM2smU="; sha256 = "aou73pgusNIEyRxzNalfow/PThgK6Gn6XiylBoRwR1w="; }; patches = [ Loading