jitsi-meet-prosody: 1.0.6644 -> 1.0.6943

This commit is contained in:
R. Ryantm 2022-11-11 18:14:27 +00:00 committed by ajs124
parent c09aa81965
commit 498744997a

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "jitsi-meet-prosody";
version = "1.0.6644";
version = "1.0.6943";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "41jlcsJpcFlNdBIOAdzTUF3wOUAOS9upF/uxFQaGULc=";
sha256 = "MrLRA0XdaDWD7frh4XDXLTcjsAYWal5qwT5C6cq4MKc=";
};
dontBuild = true;