From cf2e9829e411991aa53466da2d2ab571798d3a26 Mon Sep 17 00:00:00 2001 From: Aiden Schembri Date: Thu, 10 Sep 2026 18:34:29 +0200 Subject: [PATCH] nextcloud-talk-desktop: 2.2.3 -> 2.2.4, fix screenshare issue --- pkgs/by-name/ne/nextcloud-talk-desktop/package.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ne/nextcloud-talk-desktop/package.nix b/pkgs/by-name/ne/nextcloud-talk-desktop/package.nix index 57fe460e8d54..2912d4f85ce4 100644 --- a/pkgs/by-name/ne/nextcloud-talk-desktop/package.nix +++ b/pkgs/by-name/ne/nextcloud-talk-desktop/package.nix @@ -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 = [