element-desktop: Update to electron 24 (#230412)
Which is the version upstream pins for 1.11.30. Fixes segfaults when used on wayland.
This commit is contained in:
@@ -4684,7 +4684,7 @@ with pkgs;
|
||||
|
||||
element-desktop = callPackage ../applications/networking/instant-messengers/element/element-desktop.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Security AppKit CoreServices;
|
||||
electron = electron_23;
|
||||
electron = electron_24;
|
||||
};
|
||||
element-desktop-wayland = writeScriptBin "element-desktop" ''
|
||||
#!/bin/sh
|
||||
|
||||
Reference in New Issue
Block a user