Loading pkgs/by-name/je/jellyfin/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ buildDotnetModule rec { pname = "jellyfin"; version = "10.11.2"; # ensure that jellyfin-web has matching version version = "10.11.3"; # ensure that jellyfin-web has matching version src = fetchFromGitHub { owner = "jellyfin"; repo = "jellyfin"; rev = "v${version}"; hash = "sha256-cq45OP7xNfQ09ZfrKxnmHo68Y7SkfSVArH6PlhewPaM="; hash = "sha256-xNQe0hjY1BjC1D+hYTj1Gv2jCpwhWJv9dlvY6K9jkSk="; }; propagatedBuildInputs = [ sqlite ]; Loading Loading
pkgs/by-name/je/jellyfin/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ buildDotnetModule rec { pname = "jellyfin"; version = "10.11.2"; # ensure that jellyfin-web has matching version version = "10.11.3"; # ensure that jellyfin-web has matching version src = fetchFromGitHub { owner = "jellyfin"; repo = "jellyfin"; rev = "v${version}"; hash = "sha256-cq45OP7xNfQ09ZfrKxnmHo68Y7SkfSVArH6PlhewPaM="; hash = "sha256-xNQe0hjY1BjC1D+hYTj1Gv2jCpwhWJv9dlvY6K9jkSk="; }; propagatedBuildInputs = [ sqlite ]; Loading