jicofo: 1.0-1138 -> 1.0-1153 (#428763)

This commit is contained in:
Wolfgang Walther
2025-08-14 13:32:37 +00:00
committed by GitHub
+2 -2
View File
@@ -9,10 +9,10 @@
let
pname = "jicofo";
version = "1.0-1138";
version = "1.0-1153";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "YLzWyeeWWgsqfGAKXPIKIkfIq3McFEjcZGYLhi2Otew=";
sha256 = "tBvaXyRqNg8VeIy3aI1HbrZNlelsYowLOVlsXyap+gA=";
};
in
stdenv.mkDerivation {