teams-for-linux: Electron 41 -> 42

Electron 41 is being removed because it is EOL. Upstream v2.17.1 uses Electron 42.8.1: https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.17.1

(cherry picked from commit 6d31c123d4)
This commit is contained in:
Austin Horstman
2026-08-21 10:57:20 -05:00
parent a48a03cf9c
commit 39772b9038

View File

@@ -5,7 +5,7 @@
fetchFromGitHub,
alsa-utils,
copyDesktopItems,
electron_41,
electron_42,
libicns,
makeDesktopItem,
makeWrapper,
@@ -15,7 +15,7 @@
}:
let
electron = electron_41;
electron = electron_42;
in
buildNpmPackage rec {
pname = "teams-for-linux";