jellyfin-web: 10.11.0 -> 10.11.1
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
}:
|
}:
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "jellyfin-web";
|
pname = "jellyfin-web";
|
||||||
version = "10.11.0";
|
version = "10.11.1";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
assert version == jellyfin.version;
|
assert version == jellyfin.version;
|
||||||
@@ -21,7 +21,7 @@ buildNpmPackage rec {
|
|||||||
owner = "jellyfin";
|
owner = "jellyfin";
|
||||||
repo = "jellyfin-web";
|
repo = "jellyfin-web";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-LcZNfFXM2dFHeUheSnri1t4eBYvlCfF2wlaqWlh+U7A=";
|
hash = "sha256-1T2+9o/K8w7Roflb/LWOYabuol14fHK4fnMxkrf2L88=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nodejs = nodejs_20; # does not build with 22
|
nodejs = nodejs_20; # does not build with 22
|
||||||
@@ -31,7 +31,7 @@ buildNpmPackage rec {
|
|||||||
--replace-fail "git describe --always --dirty" "echo ${src.rev}" \
|
--replace-fail "git describe --always --dirty" "echo ${src.rev}" \
|
||||||
'';
|
'';
|
||||||
|
|
||||||
npmDepsHash = "sha256-w3xMbkxNGFEBR2K1PhJW6pr943DfJvyQvILiF0VuLlw=";
|
npmDepsHash = "sha256-5vNlT9RhY/I+nHVjMfJAsBqPT8ndOJe4KO0Ysl2t1tY=";
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
# using sass-embedded fails at executing node_modules/sass-embedded-linux-x64/dart-sass/src/dart
|
# using sass-embedded fails at executing node_modules/sass-embedded-linux-x64/dart-sass/src/dart
|
||||||
|
|||||||
Reference in New Issue
Block a user