belle-sip: 4.4.13 -> 4.4.21
part of updating linphone and its major dependencies
This commit is contained in:
parent
4ea84190f1
commit
418dc08cea
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "belle-sip";
|
pname = "belle-sip";
|
||||||
version = "4.4.13";
|
version = "4.4.21";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.linphone.org";
|
domain = "gitlab.linphone.org";
|
||||||
@ -18,10 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
group = "BC";
|
group = "BC";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1ad7sqc5y4f3gc8glwmb3rvfzapnvhg981g13x90cg4nzikjvka0";
|
sha256 = "0ylv1jsqnfhw23i6p3lfqqzw48lwii8zwkq3y34q0hhnngn26iiw";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake antlr3_4 ];
|
nativeBuildInputs = [ antlr3_4 cmake ];
|
||||||
|
|
||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://linphone.org/technical-corner/belle-sip";
|
homepage = "https://linphone.org/technical-corner/belle-sip";
|
||||||
description = "Modern library implementing SIP (RFC 3261) transport, transaction and dialog layers";
|
description = "Modern library implementing SIP (RFC 3261) transport, transaction and dialog layers";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ jluttine ];
|
maintainers = with maintainers; [ jluttine ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user