Updating pjsip to 2.1
This commit is contained in:
parent
748a0f607b
commit
a6c1edf947
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, openssl, libsamplerate}:
|
{stdenv, fetchurl, openssl, libsamplerate}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pjsip-1.8.10";
|
name = "pjsip-2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.pjsip.org/release/1.8.10/pjproject-1.8.10.tar.bz2;
|
url = http://www.pjsip.org/release/2.1/pjproject-2.1.tar.bz2;
|
||||||
sha256 = "1v2mgbgzn7d3msb406jmg69ms97a0rqg58asykx71dmjipbaiqc0";
|
md5 = "310eb63638dac93095f6a1fc8ee1f578";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl libsamplerate ];
|
buildInputs = [ openssl libsamplerate ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user