jicofo: 1.0-756 -> 1.0-798

(cherry picked from commit e35934cc4ff79ce98e3a223feda156795b9485eb)
This commit is contained in:
R. RyanTM 2021-09-12 19:39:14 +00:00 committed by github-actions[bot]
parent 47b0bee8b4
commit 583694193f
1 changed files with 2 additions and 2 deletions

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 {