jicofo: 1.0-1078 -> 1.0-1084

This commit is contained in:
R. Ryantm 2024-07-03 00:33:40 +00:00
parent 9c679fa796
commit a7af73c9b9

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 {