forked from mirrors/nixpkgs
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] 1462e87945
This commit is contained in:
parent
0087849474
commit
b6cc2f2979
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue