element-desktop: electron_22 -> electron_23 (#219823)
Apparently this got changed in 1.11.24[1], but wasn't mentioned in the release notes. Thank you yu-re-ka for pointing that out! [1] https://github.com/vector-im/element-desktop/commit/1462e879450c8bd386b8a4cfc910b58f9ff23c85
This commit is contained in:
@@ -4570,7 +4570,7 @@ with pkgs;
|
||||
|
||||
element-desktop = callPackage ../applications/networking/instant-messengers/element/element-desktop.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Security AppKit CoreServices;
|
||||
electron = electron_22;
|
||||
electron = electron_23;
|
||||
};
|
||||
element-desktop-wayland = writeScriptBin "element-desktop" ''
|
||||
#!/bin/sh
|
||||
|
||||
Reference in New Issue
Block a user