super-productivity: bump electron to v39

Fixes build failure caused by EOL for electron 39 (#483957).
This commit is contained in:
ProxyVT
2026-02-03 16:53:48 +03:00
parent 3f9f7ba7b7
commit 1324fb4122
@@ -1,7 +1,7 @@
{
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 {