Skip to content

Commit

Permalink
schildichat-desktop: use electron 24.x
Browse files Browse the repository at this point in the history
(cherry picked from commit 04af6eb)
  • Loading branch information
yu-re-ka committed May 17, 2023
1 parent 206cdcd commit bc6b45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6226,7 +6226,7 @@ with pkgs;

schildichat-desktop = callPackage ../applications/networking/instant-messengers/schildichat/schildichat-desktop.nix {
inherit (darwin.apple_sdk.frameworks) Security AppKit CoreServices;
electron = electron_22;
electron = electron_24;
};
schildichat-desktop-wayland = writeScriptBin "schildichat-desktop" ''
#!/bin/sh
Expand Down

0 comments on commit bc6b45a

Please sign in to comment.