discord: add pipewire to fix screensharing; discord-canary: 0.0.527 -> 0.0.528 (#359666)

This commit is contained in:
Artturin 2024-11-28 20:22:23 +02:00 committed by GitHub
commit 58cca6e009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ let
{
stable = "0.0.76";
ptb = "0.0.118";
canary = "0.0.527";
canary = "0.0.528";
development = "0.0.50";
}
else
@ -34,7 +34,7 @@ let
};
canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-pe1CRsXMxXw+j4pBUT/63ZSBe7Mm0g+Tbyn1dAnxp7o=";
hash = "sha256-ajQHWSpjpuadFlT5WVXsSZf5Ng8ta4SyGbZp7TTb+8Q=";
};
development = fetchurl {
url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";

View File

@ -51,6 +51,7 @@
libappindicator-gtk3,
libdbusmenu,
writeScript,
pipewire,
python3,
runCommand,
libunity,
@ -146,6 +147,7 @@ stdenv.mkDerivation rec {
nspr
libxcb
pango
pipewire
libXScrnSaver
libappindicator-gtk3
libdbusmenu