bzrtp: 4.4.0 -> 4.4.9
part of updating linphone and its major dependencies
This commit is contained in:
parent
c7cac5ea9a
commit
ccb88fd162
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bzrtp";
|
pname = "bzrtp";
|
||||||
version = "4.4.0";
|
version = "4.4.9";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.linphone.org";
|
domain = "gitlab.linphone.org";
|
||||||
@ -29,9 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An opensource implementation of ZRTP keys exchange protocol";
|
description = "An opensource implementation of ZRTP keys exchange protocol";
|
||||||
homepage = "https://gitlab.linphone.org/BC/public/bzrtp";
|
homepage = "https://gitlab.linphone.org/BC/public/bzrtp";
|
||||||
# They have switched to GPLv3 on git HEAD so probably the next release will
|
license = licenses.gpl3Plus;
|
||||||
# be GPL3.
|
|
||||||
license = licenses.lgpl21;
|
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ jluttine ];
|
maintainers = with maintainers; [ jluttine ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user