linphone: 4.2.4 -> 4.2.5

fixes a crash on incoming calls

part of updating linphone and its major dependencies
This commit is contained in:
Trolli Schmittlauch
2020-12-28 17:33:54 +01:00
parent ccb88fd162
commit bf2a93e507
2 changed files with 3 additions and 4 deletions
@@ -126,7 +126,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://www.linphone.org/technical-corner/liblinphone";
description = "Library for SIP calls and instant messaging";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ jluttine ];
};