element-desktop: bump electron to 22.x (#214055)

This commit is contained in:
Yureka
2023-02-03 11:02:19 +01:00
committed by GitHub
parent 1e17068ae0
commit 3460f50028
+1 -1
View File
@@ -4490,7 +4490,7 @@ with pkgs;
element-desktop = callPackage ../applications/networking/instant-messengers/element/element-desktop.nix {
inherit (darwin.apple_sdk.frameworks) Security AppKit CoreServices;
electron = electron_20;
electron = electron_22;
};
element-desktop-wayland = writeScriptBin "element-desktop" ''
#!/bin/sh