jitsi-meet-prosody: 1.0.7712 -> 1.0.7762

This commit is contained in:
R. Ryantm 2024-01-27 14:35:56 +00:00 committed by Yaya
parent b5aa33d92d
commit aa336a619f

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "jitsi-meet-prosody";
version = "1.0.7712";
version = "1.0.7762";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "MONg1CxLrfB+cmmXm4r3HqwF1on+vDZ0IODKSr7PsWo=";
sha256 = "AbIr+nJEccZFWDbuo+VeTEpLkreOBzKkrJFZFvY1ppI=";
};
dontBuild = true;