lx-music-desktop: bump electron version

(cherry picked from commit 3dd3579f88)
This commit is contained in:
TomaSajt
2025-06-25 17:28:37 +02:00
committed by github-actions[bot]
parent d1502a99b2
commit f9fb9649d2

View File

@@ -8,13 +8,12 @@
makeWrapper,
electron_34,
electron_36,
commandLineArgs ? "",
}:
let
# if we want to use later electron, we'll need to bump the `node-abi` npm package version
electron = electron_34;
electron = electron_36;
in
buildNpmPackage rec {
pname = "lx-music-desktop";