1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

jitsi-videobridge: 2.2-45-ge8b20f06 -> 2.2-69-gad606ca2

This commit is contained in:
R. Ryantm 2022-11-11 18:20:30 +00:00 committed by ajs124
parent 06cfa144ce
commit c57f9faa22

View file

@ -2,10 +2,10 @@
let
pname = "jitsi-videobridge2";
version = "2.2-45-ge8b20f06";
version = "2.2-69-gad606ca2";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "fbSpjLdx9xbLdp7vzHTW9B/cDf3DahpwuI4IcqEqpas=";
sha256 = "+5fcxUiCMy45CdDuORU5Xo//f4iAAJEzt1gO+fKU43c=";
};
in
stdenv.mkDerivation {