Commit fca9336d authored by Edgar Pireyn's avatar Edgar Pireyn
Browse files

jellyfin-web: nodejs_20 EOL -> nodejs_22

See #515284 for reference.
parent 0236da67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 \