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

jicofo: 1.0-1078 -> 1.0-1084
This commit is contained in:
lassulus
2024-07-07 19:02:56 +02:00
committed by GitHub
+2 -2
View File
@@ -2,10 +2,10 @@
let
pname = "jicofo";
version = "1.0-1078";
version = "1.0-1084";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "0+VfsolOcjC68DRrWUgYYCdKhCxd0x1Y6920OrixU5g=";
sha256 = "yuTiuLAKGfmAtwCi6Dn+Z+lStsVX6PWsFeXV8qiTtJU=";
};
in
stdenv.mkDerivation {