mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
nextcloud-talk-desktop: 2.2.3 -> 2.2.4, fix screenshare issue (#561950)
This commit is contained in:
@@ -29,14 +29,15 @@
|
||||
undmg,
|
||||
makeWrapper,
|
||||
libpulseaudio,
|
||||
pipewire,
|
||||
}:
|
||||
let
|
||||
pname = "nextcloud-talk-desktop";
|
||||
version = "2.2.3"; # Ensure both hashes (Linux and Darwin) are updated!
|
||||
version = "2.2.4"; # Ensure both hashes (Linux and Darwin) are updated!
|
||||
|
||||
hashes = {
|
||||
linux = "sha256-6YoAlMGKPeSJoXd211cufdE/XgroojH3djwaSEwlBjs=";
|
||||
darwin = "sha256-BpyVJXyCYC1qH4ecDobHBVLLTeVDx/MPWBsnXgrnKhE=";
|
||||
linux = "sha256-veIuQqxLxhvJuezJ1dL0+ranMrf9p3YEJ2hFhzuZj0I=";
|
||||
darwin = "sha256-YLD4adfWlRRndQMjSXxERK1aCjLUVq0YoV9bJyu+0BA=";
|
||||
};
|
||||
|
||||
# Only x86_64-linux is supported with Darwin support being universal
|
||||
@@ -113,6 +114,9 @@ let
|
||||
|
||||
# Fixes input/output audio device selection
|
||||
libpulseaudio
|
||||
|
||||
# Electron dynamically loads PipeWire for Wayland screen sharing.
|
||||
pipewire
|
||||
];
|
||||
|
||||
desktopItems = [
|
||||
|
||||
Reference in New Issue
Block a user