jicofo: 1.0-987 -> 1.0-1038

This commit is contained in:
R. Ryantm 2023-06-16 21:02:04 +00:00
parent 74d4119976
commit 16ea55a7fc

View File

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