Unverified Commit b0e7468b authored by Daste's avatar Daste
Browse files

feishin: Bump electron from 36 to 38

Feishin will be using electron 38 in version 0.21.3, which is
currently in beta.

While we're still on 0.21.2, bumping electron doesn't break the app and
it still works as expected.

Also resolves a warning about Electron versions below 37.0.0 being EOL.
parent e982e79a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  stdenv,
  buildNpmPackage,
  fetchFromGitHub,
  electron_36,
  electron_38,
  dart-sass,
  pnpm_10,
  darwin,
@@ -21,7 +21,7 @@ let
    hash = "sha256-F5m0hsN1BLfiUcl2Go54bpFnN8ktn6Rqa/df1xxoCA4=";
  };

  electron = electron_36;
  electron = electron_38;
  pnpm = pnpm_10;
in
buildNpmPackage {