Commit 1324fb41 authored by ProxyVT's avatar ProxyVT
Browse files

super-productivity: bump electron to v39

Fixes build failure caused by EOL for electron 39 (#483957).
parent 3f9f7ba7
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 {