belle-sip: linphone-4.4.1 -> 5.1.55

Bump the version to 5.1.55 and also use its actual version as version
number for the package instead of the version number of linphone.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2022-08-23 06:08:58 +02:00
parent 63de0bd0d9
commit aaa1ee0fc7

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 ];