jellyfin-web: nodejs_20 EOL -> nodejs_22

See #515284 for reference.
This commit is contained in:
Edgar Pireyn
2026-05-01 10:01:31 +02:00
parent 0236da675b
commit fca9336d6d
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv,
fetchFromGitHub,
buildNpmPackage,
nodejs_20,
nodejs_22,
nix-update-script,
pkg-config,
xcbuild,
@@ -24,7 +24,7 @@ buildNpmPackage (finalAttrs: {
hash = "sha256-Nrh4BNlhJyzj9cXQ6Yr7349r5H+4r9W3aldcg9+J6dU=";
};
nodejs = nodejs_20; # does not build with 22
nodejs = nodejs_22;
postPatch = ''
substituteInPlace webpack.common.js \