dregil: Upgrade jitsi-meet-electron
Use the current release 2023.10.0.
This commit is contained in:
parent
0b92a67c77
commit
a9f347a3eb
1 changed files with 9 additions and 1 deletions
|
|
@ -23,7 +23,15 @@ in {
|
|||
|
||||
packages = with pkgs; [
|
||||
# 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
|
||||
|
||||
# system tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue