Loading pkgs/by-name/je/jellyfin-web/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ }: buildNpmPackage rec { pname = "jellyfin-web"; version = "10.11.2"; version = "10.11.3"; src = assert version == jellyfin.version; Loading @@ -21,7 +21,7 @@ buildNpmPackage rec { owner = "jellyfin"; repo = "jellyfin-web"; rev = "v${version}"; hash = "sha256-xgZ2fh2dMpcvXXUWcZSvcARm4Qy8qgi8T5nFyk+sOgs="; hash = "sha256-rsAxV3ABO1HYnVsvsIMMoWizPuFL0GyfKNUGYkqFxBc="; }; nodejs = nodejs_20; # does not build with 22 Loading @@ -31,7 +31,7 @@ buildNpmPackage rec { --replace-fail "git describe --always --dirty" "echo ${src.rev}" \ ''; npmDepsHash = "sha256-Uikude8cNBA79KNPf6D0McwR/AoaaWJVMw2Q08AiK3U="; npmDepsHash = "sha256-OLFjeCgq2c4d22L6yt7ihPuZiwsR1txZpjniuf/0L0I="; preBuild = '' # using sass-embedded fails at executing node_modules/sass-embedded-linux-x64/dart-sass/src/dart 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-web/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ }: buildNpmPackage rec { pname = "jellyfin-web"; version = "10.11.2"; version = "10.11.3"; src = assert version == jellyfin.version; Loading @@ -21,7 +21,7 @@ buildNpmPackage rec { owner = "jellyfin"; repo = "jellyfin-web"; rev = "v${version}"; hash = "sha256-xgZ2fh2dMpcvXXUWcZSvcARm4Qy8qgi8T5nFyk+sOgs="; hash = "sha256-rsAxV3ABO1HYnVsvsIMMoWizPuFL0GyfKNUGYkqFxBc="; }; nodejs = nodejs_20; # does not build with 22 Loading @@ -31,7 +31,7 @@ buildNpmPackage rec { --replace-fail "git describe --always --dirty" "echo ${src.rev}" \ ''; npmDepsHash = "sha256-Uikude8cNBA79KNPf6D0McwR/AoaaWJVMw2Q08AiK3U="; npmDepsHash = "sha256-OLFjeCgq2c4d22L6yt7ihPuZiwsR1txZpjniuf/0L0I="; preBuild = '' # using sass-embedded fails at executing node_modules/sass-embedded-linux-x64/dart-sass/src/dart 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