Skip to content

Commit

Permalink
jitsi-meet: 1.0.7762 -> 1.0.7790
Browse files Browse the repository at this point in the history
(cherry picked from commit 2399860)
  • Loading branch information
r-ryantm authored and dpausp committed Mar 25, 2024
1 parent a774409 commit b5f19ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/jitsi-meet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b5f19ac

Please sign in to comment.