We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce55b09 commit bc9addeCopy full SHA for bc9adde
1 file changed
pkgs/development/libraries/lime/default.nix
@@ -9,15 +9,15 @@
9
10
stdenv.mkDerivation rec {
11
pname = "lime";
12
- version = "4.3.1";
+ version = "4.4.0";
13
14
src = fetchFromGitLab {
15
domain = "gitlab.linphone.org";
16
owner = "public";
17
group = "BC";
18
repo = pname;
19
rev = version;
20
- sha256 = "1ilpp9ai4sah23ngnxisvmwhrv5jkk5f831yp7smpl225z5nv83g";
+ sha256 = "14jg1zisjbzflw3scfqdbwy48wq3cp93l867vigb8l40lkc6n26z";
21
};
22
23
buildInputs = [ bctoolbox soci belle-sip sqlite ];
0 commit comments