pjsip: 2.7.2 -> 2.8 (#47735)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pjsip/versions
This commit is contained in:
parent
759703419a
commit
fa3b0afe07
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pjsip-${version}";
|
name = "pjsip-${version}";
|
||||||
version = "2.7.2";
|
version = "2.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.pjsip.org/release/${version}/pjproject-${version}.tar.bz2";
|
url = "http://www.pjsip.org/release/${version}/pjproject-${version}.tar.bz2";
|
||||||
sha256 = "0wiph6g51wanzwjjrpwsz63amgvly8g08jz033gnwqmppa584b4w";
|
sha256 = "0ybg0113rp3fk49rm2v0pcgqb28h3dv1pdy9594w2ggiz7bhngah";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl libsamplerate alsaLib ];
|
buildInputs = [ openssl libsamplerate alsaLib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user