rqbit: use nodejs_24 (#480511)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-16 04:33:34 +00:00
committed by GitHub
+2 -4
View File
@@ -6,7 +6,7 @@
pkg-config,
openssl,
buildNpmPackage,
nodejs_20,
nodejs,
nix-update-script,
}:
let
@@ -24,9 +24,7 @@ let
rqbit-webui = buildNpmPackage {
pname = "rqbit-webui";
nodejs = nodejs_20;
inherit version src;
inherit version src nodejs;
sourceRoot = "${src.name}/crates/librqbit/webui";