Merge pull request #307085 from r-ryantm/auto-update/jitsi-meet-prosody

jitsi-meet-prosody: 1.0.7874 -> 1.0.7952
This commit is contained in:
asymmetric 2024-04-27 10:55:17 +02:00 committed by GitHub
commit f81079cf20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "jitsi-meet-prosody";
version = "1.0.7874";
version = "1.0.7952";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "VI43yeuc1fkKv94A1d7hp4ptATT5XrpLXkTnaBpl7Hc=";
sha256 = "YSRii+oj2dHRJdfUvRmKYwJc+2OiJAumcSjWZ7STZwE=";
};
dontBuild = true;