Unverified Commit f81079cf authored by asymmetric's avatar asymmetric Committed by GitHub
Browse files

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

jitsi-meet-prosody: 1.0.7874 -> 1.0.7952
parents 60cb88cc c0c5f9ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;