Unverified Commit 162f04bf authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

super-productivity: use electron 41 (#512497)

parents 84c7281d f465de17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  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 {