Merge pull request #187953 from felixsinger/pkgs/belle-sip/update

belle-sip: linphone-4.4.1 -> 5.1.55
This commit is contained in:
Weijia Wang 2023-01-22 21:28:13 +01:00 committed by GitHub
commit 9aec4f7f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,15 +11,15 @@
stdenv.mkDerivation rec {
pname = "belle-sip";
version = "linphone-4.4.1";
version = "5.1.55";
src = fetchFromGitLab {
domain = "gitlab.linphone.org";
owner = "public";
group = "BC";
repo = pname;
rev = "44d5977570280763ee1fecdb920736715bad58a3";
sha256 = "sha256-w++v3YlDZfpCHAbUQA/RftjRNGkz9J/zYoxZqRgtvnA=";
rev = version;
sha256 = "sha256-wMf570/RP2Q4yluedECs+AKoH92PQQ8yVY+eBGGSAP4=";
};
nativeBuildInputs = [ cmake ];