summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2020-12-28 14:11:38 +0100
committerTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2020-12-28 17:33:53 +0100
commitc7cac5ea9adbe7fa5a83653ad188052deb07e229 (patch)
tree1e837af228b00b74ca6bfe117572dea28d9b6a62
parent418dc08cea493a317db81830d082fdb1177b6a95 (diff)
downloadnixpkgs-c7cac5ea9adbe7fa5a83653ad188052deb07e229.tar
nixpkgs-c7cac5ea9adbe7fa5a83653ad188052deb07e229.tar.gz
nixpkgs-c7cac5ea9adbe7fa5a83653ad188052deb07e229.tar.bz2
nixpkgs-c7cac5ea9adbe7fa5a83653ad188052deb07e229.tar.lz
nixpkgs-c7cac5ea9adbe7fa5a83653ad188052deb07e229.tar.xz
nixpkgs-c7cac5ea9adbe7fa5a83653ad188052deb07e229.tar.zst
nixpkgs-c7cac5ea9adbe7fa5a83653ad188052deb07e229.zip
belr: unstable-2020-03-09 -> 4.3.2
part of updating linphone and its major dependencies
-rw-r--r--pkgs/development/libraries/belr/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/development/libraries/belr/default.nix b/pkgs/development/libraries/belr/default.nix
index 546949d9f21..ab3df9bae7e 100644
--- a/pkgs/development/libraries/belr/default.nix
+++ b/pkgs/development/libraries/belr/default.nix
@@ -6,17 +6,15 @@
 
 stdenv.mkDerivation rec {
   pname = "belr";
-  # Using master branch for linphone-desktop caused a chain reaction that many
-  # of its dependencies needed to use master branch too.
-  version = "unstable-2020-03-09";
+  version = "4.3.2";
 
   src = fetchFromGitLab {
     domain = "gitlab.linphone.org";
     owner = "public";
     group = "BC";
     repo = pname;
-    rev = "326d030ca9db12525c2a6d2a65f386f36f3c2ed5";
-    sha256 = "1cdblb9smncq3al0crqp5651b02k1g6whlw1ib769p61gad0rs3v";
+    rev = version;
+    sha256 = "1lda0f89vas38xgmc4yvnrigmrbril3dyqxgb5jh1zfx1xczfh1q";
   };
 
   buildInputs = [ bctoolbox ];
@@ -28,7 +26,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Belledonne Communications' language recognition library";
     homepage = "https://gitlab.linphone.org/BC/public/belr";
-    license = licenses.gpl3;
+    license = licenses.gpl3Plus;
     platforms = platforms.all;
     maintainers = with maintainers; [ jluttine ];
   };