mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
lx-music-desktop: bump electron version
(cherry picked from commit 3dd3579f88)
This commit is contained in:
committed by
github-actions[bot]
parent
d1502a99b2
commit
f9fb9649d2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user