jicofo: 1.0-1104 -> 1.0-1117 (#367420)

This commit is contained in:
Christian Kögler
2024-12-31 15:37:33 +01:00
committed by GitHub
+2 -2
View File
@@ -9,10 +9,10 @@
let
pname = "jicofo";
version = "1.0-1104";
version = "1.0-1117";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "T4pv3rJLdpTMd8notPxsEq0rbfswxI/1uqrKzV+n5ts=";
sha256 = "PUIPLCdL68+cf3eue7+p0aptYavq046RtSaFM9XPgQQ=";
};
in
stdenv.mkDerivation {