dregil: Upgrade jitsi-meet-electron

Use the current release 2023.10.0.
This commit is contained in:
Alexander Kobjolke 2023-10-04 00:44:28 +02:00
parent 0b92a67c77
commit a9f347a3eb

View file

@ -23,7 +23,15 @@ in {
packages = with pkgs; [ packages = with pkgs; [
# social # social
jitsi-meet-electron # jitsi as a stand-alone app (jitsi-meet-electron.overrideAttrs (prev: rec {
version = "2023.10.0";
src = fetchurl {
url =
"https://github.com/jitsi/jitsi-meet-electron/releases/download/v${version}/jitsi-meet-x86_64.AppImage";
sha256 = "sha256-zhOx/gdsiQMuOCCE5sn+JNu0WJrH36XfvqqNvE24St8=";
name = "jitsi-meet-electron-${version}.AppImage";
};
})) # jitsi as a stand-alone app
discord # talk to other people discord # talk to other people
# system tools # system tools