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

jicofo: 1.0-1075 -> 1.0-1078
This commit is contained in:
asymmetric 2024-04-28 11:39:10 +02:00 committed by GitHub
commit 17bd786635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {