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:
Martin Weinelt
2023-05-07 22:08:44 +02:00
committed by GitHub
parent 7fe235bc9c
commit ec6bb5ebcc
+1 -1
View File
@@ -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