jicofo: 1.0-1038 -> 1.0-1050

This commit is contained in:
R. Ryantm 2023-09-21 22:56:53 +00:00
parent e12483116b
commit 4c8b9a6eab

View File

@ -2,10 +2,10 @@
let
pname = "jicofo";
version = "1.0-1038";
version = "1.0-1050";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "9VO3bKOoHtl/q6gEmwi8Lc4GXgJSyFJ7jxKfaKQ549c=";
sha256 = "fenxq6syLoKV9jgj8qN7JrkWFeFWSk1QmK7o2hLhwyA=";
};
in
stdenv.mkDerivation {