Unverified Commit b6cc2f29 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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
parent 00878494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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