jicofo: 1.0-1090 -> 1.0-1104 (#345380)

This commit is contained in:
Wolfgang Walther
2024-12-08 13:39:19 +01:00
committed by GitHub
+2 -2
View File
@@ -2,10 +2,10 @@
let
pname = "jicofo";
version = "1.0-1090";
version = "1.0-1104";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "CFt/08RoJEOQcB9v9jV9zh54oYroSqd+RsE8YcMmGg8=";
sha256 = "T4pv3rJLdpTMd8notPxsEq0rbfswxI/1uqrKzV+n5ts=";
};
in
stdenv.mkDerivation {