Merge pull request #238148 from r-ryantm/auto-update/jicofo

jicofo: 1.0-987 -> 1.0-1038
This commit is contained in:
Pol Dellaiera
2023-06-17 16:18:06 +02:00
committed by GitHub
+2 -2
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 {