Merge pull request #222492 from r-ryantm/auto-update/belle-sip

belle-sip: 5.2.23 -> 5.2.37
This commit is contained in:
Weijia Wang 2023-03-23 09:47:19 +02:00 committed by GitHub
commit 0a1b514fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "belle-sip";
version = "5.2.23";
version = "5.2.37";
src = fetchFromGitLab {
domain = "gitlab.linphone.org";
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
group = "BC";
repo = pname;
rev = version;
sha256 = "sha256-c73PCM+bRz6CjGRY2AapEcvKC1UqyEfzb7qsicmrkQU=";
sha256 = "sha256-e5CwLzpvW5ktv5R8PZkNmSXAi/SaTltJs9LY26iKsLo=";
};
nativeBuildInputs = [ cmake ];