jicofo: 1.0-1059 -> 1.0-1062

This commit is contained in:
R. Ryantm 2024-01-28 01:22:30 +00:00 committed by Yaya
parent aa336a619f
commit b668835688

View File

@ -2,10 +2,10 @@
let
pname = "jicofo";
version = "1.0-1059";
version = "1.0-1062";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "NlBRUI4j/5njFS/TtBTsaV/5ILFtqWd6SF+FqpGp1Uk=";
sha256 = "bU7h7kjs2yu1O+qhKcs6C63DH/omo/R1+Ms40KHkjHU=";
};
in
stdenv.mkDerivation {