Skip to content

Commit

Permalink
schildichat-desktop: use electron 24.x (#232464)
Browse files Browse the repository at this point in the history
(cherry picked from commit 04af6eb)

Co-authored-by: Yureka <yuka@yuka.dev>
  • Loading branch information
github-actions[bot] and yu-re-ka authored May 30, 2023
1 parent bf27e9a commit 9af373a
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 @@ -6227,7 +6227,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 9af373a

Please sign in to comment.