Unverified Commit e769aa43 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

lx-music-desktop: bump electron version (#419936)

parents cabdf287 3dd3579f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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";