jicofo: 1.0-690 -> 1.0-756

(cherry picked from commit aea0f9ce1f5deb8c3e425dfe6876810effd22b29)
This commit is contained in:
illustris 2021-06-17 21:20:09 +05:30 committed by Yuka
parent 2df327ab56
commit df1e470c4b
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
let
pname = "jicofo";
version = "1.0-690";
version = "1.0-756";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "1w5nz2p6scd7w0ac93vhxlk5i8in5160c0icwl27m4x4km9xf6al";
sha256 = "07qmxqp1llpn8kh590iz35zk17c2k4yg7i43nb2l0sfm40crpwfz";
};
in
stdenv.mkDerivation {