Merge pull request #137559 from r-ryantm/auto-update/jicofo

jicofo: 1.0-756 -> 1.0-798
This commit is contained in:
Ryan Mulligan
2021-09-14 08:48:58 -07:00
committed by GitHub
+2 -2
View File
@@ -2,10 +2,10 @@
let
pname = "jicofo";
version = "1.0-756";
version = "1.0-798";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "07qmxqp1llpn8kh590iz35zk17c2k4yg7i43nb2l0sfm40crpwfz";
sha256 = "55JagMfiBbBw0nqRxcMmfiwGF7B/1LA+pb5n6ZOZvag=";
};
in
stdenv.mkDerivation {