jicofo: 1.0-1090 -> 1.0-1104

This commit is contained in:
R. Ryantm
2024-11-24 19:57:46 +00:00
parent 1ca5dab707
commit 72b1eeadda
+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 {