mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
element-desktop: bump electron to 22.x (#214055)
This commit is contained in:
parent
1e17068ae0
commit
3460f50028
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user