vrcx: Use electron 41

(cherry picked from commit 2bfec9251e)
This commit is contained in:
[Assassin]
2026-07-02 20:39:17 +02:00
committed by github-actions[bot]
parent 8045b5f517
commit 5f771633cf

View File

@@ -2,7 +2,7 @@
lib,
stdenv,
nodejs_24,
electron_40,
electron_41,
makeWrapper,
fetchFromGitHub,
buildNpmPackage,
@@ -13,7 +13,7 @@
}:
let
node = nodejs_24;
electron = electron_40;
electron = electron_41;
dotnet = dotnetCorePackages.dotnet_9;
in
buildNpmPackage (finalAttrs: {