jitsi-meet: 1.0.7762 -> 1.0.7790

This commit is contained in:
R. Ryantm 2024-02-07 19:12:43 +00:00
parent cd5c10f696
commit 239986078b
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jitsi-meet";
version = "1.0.7762";
version = "1.0.7790";
src = fetchurl {
url = "https://download.jitsi.org/jitsi-meet/src/jitsi-meet-${version}.tar.bz2";
sha256 = "SsmMQdR6JczL63/o/LHbg5sjnBA+TuYPu4WR+tlGaC4=";
sha256 = "qW3Zcrq+a1I5LABUc4uhr58E7Ig8SmrJVNdjLs0l0io=";
};
dontBuild = true;