Skip to content

Commit

Permalink
schildichat-desktop: bump electron to 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuyureka committed Feb 3, 2023
1 parent 0dca8f6 commit f97172b
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 @@ -6807,7 +6807,7 @@ with pkgs;

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

0 comments on commit f97172b

Please sign in to comment.