Unverified Commit 1e5d278f authored by Yureka's avatar Yureka Committed by GitHub
Browse files

super-productivity: bump electron to v39 (#486574)

parents 48e2611f 1324fb41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  buildNpmPackage,
  copyDesktopItems,
  electron_37,
  electron_39,
  fetchFromGitHub,
  lib,
  makeDesktopItem,
@@ -13,7 +13,7 @@
  nodejs_22,
}:
let
  electron = electron_37;
  electron = electron_39;
  nodejs = nodejs_22;
in
buildNpmPackage rec {