bctoolbox: 4.4.13 -> 4.4.21
part of updating linphone and its major dependencies
This commit is contained in:
parent
1c43806e4b
commit
4ea84190f1
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bctoolbox";
|
pname = "bctoolbox";
|
||||||
version = "4.4.13";
|
version = "4.4.21";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake bcunit ];
|
nativeBuildInputs = [ cmake bcunit ];
|
||||||
buildInputs = [ mbedtls ];
|
buildInputs = [ mbedtls ];
|
||||||
|
@ -30,9 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = "Utilities library for Linphone";
|
description = "Utilities library for Linphone";
|
||||||
homepage = "https://gitlab.linphone.org/BC/public/bctoolbox";
|
homepage = "https://gitlab.linphone.org/BC/public/bctoolbox";
|
||||||
# Still using GPLv2 but as the rest of the Linphone projects have switched
|
license = licenses.gpl3Plus;
|
||||||
# to GPLv3, this might too, so check this when bumping the version number.
|
|
||||||
license = licenses.gpl3Only;
|
|
||||||
maintainers = with maintainers; [ raskin jluttine ];
|
maintainers = with maintainers; [ raskin jluttine ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue