jicofo: 1.0-756 -> 1.0-798

This commit is contained in:
R. RyanTM 2021-09-12 19:39:14 +00:00
parent ed77db85ff
commit e35934cc4f

View file

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