Skip to content

Commit

Permalink
element-desktop: use electron version 31
Browse files Browse the repository at this point in the history
Upstream switched to electron 31 in version 1.11.70
element-hq/element-desktop@597f356
  • Loading branch information
teutat3s authored and yayayayaka committed Aug 20, 2024
1 parent d5ccd64 commit 376b7ca
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 @@ -4948,7 +4948,7 @@ with pkgs;

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

0 comments on commit 376b7ca

Please sign in to comment.