Merge pull request #161860 from r-ryantm/auto-update/pjsip

pjsip: 2.11.1 -> 2.12
This commit is contained in:
Robert Scott 2022-02-26 21:08:44 +00:00 committed by GitHub
commit f1cf74f0c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pjsip";
version = "2.11.1";
version = "2.12";
src = fetchFromGitHub {
owner = pname;
repo = "pjproject";
rev = version;
sha256 = "sha256-mqtlxQDIFee93wpdn8oNWmMPDyjYTCmVqF6IJvJbRBM=";
sha256 = "sha256-snp9+PlffU9Ay8o42PM8SqyP60hu9nozp457HM+0bM8=";
};
patches = [