jicofo: 1.0-1075 -> 1.0-1078

This commit is contained in:
R. Ryantm 2024-04-28 06:30:48 +00:00
parent cd08362300
commit e60ae36b01
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
let
pname = "jicofo";
version = "1.0-1075";
version = "1.0-1078";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "tRlCZGBWlonTkKMxr2Rry70ZqC3mjcbF627XEn2D2UI=";
sha256 = "0+VfsolOcjC68DRrWUgYYCdKhCxd0x1Y6920OrixU5g=";
};
in
stdenv.mkDerivation {