super-productivity: use electron 41

Upstream has updated the electron version to 41.
This commit is contained in:
Shogo Takata
2026-04-23 04:56:16 +09:00
parent 6cddde5099
commit f465de1790
@@ -1,7 +1,7 @@
{
buildNpmPackage,
copyDesktopItems,
electron_39,
electron_41,
fetchFromGitHub,
lib,
makeDesktopItem,
@@ -13,7 +13,7 @@
nodejs_24,
}:
let
electron = electron_39;
electron = electron_41;
nodejs = nodejs_24;
in
buildNpmPackage rec {