summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2020-12-28 14:12:29 +0100
committerTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2020-12-28 17:33:53 +0100
commitccb88fd162405f9b63bb201e1222ce911262a544 (patch)
tree5a581b289c750c20a59250ddae749c0e90309990
parentc7cac5ea9adbe7fa5a83653ad188052deb07e229 (diff)
downloadnixpkgs-ccb88fd162405f9b63bb201e1222ce911262a544.tar
nixpkgs-ccb88fd162405f9b63bb201e1222ce911262a544.tar.gz
nixpkgs-ccb88fd162405f9b63bb201e1222ce911262a544.tar.bz2
nixpkgs-ccb88fd162405f9b63bb201e1222ce911262a544.tar.lz
nixpkgs-ccb88fd162405f9b63bb201e1222ce911262a544.tar.xz
nixpkgs-ccb88fd162405f9b63bb201e1222ce911262a544.tar.zst
nixpkgs-ccb88fd162405f9b63bb201e1222ce911262a544.zip
bzrtp: 4.4.0 -> 4.4.9
part of updating linphone and its major dependencies
-rw-r--r--pkgs/development/libraries/bzrtp/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/libraries/bzrtp/default.nix b/pkgs/development/libraries/bzrtp/default.nix
index 4fe53a5d629..3eb99549246 100644
--- a/pkgs/development/libraries/bzrtp/default.nix
+++ b/pkgs/development/libraries/bzrtp/default.nix
@@ -7,7 +7,7 @@
 
 stdenv.mkDerivation rec {
   pname = "bzrtp";
-  version = "4.4.0";
+  version = "4.4.9";
 
   src = fetchFromGitLab {
     domain = "gitlab.linphone.org";
@@ -29,9 +29,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "An opensource implementation of ZRTP keys exchange protocol";
     homepage = "https://gitlab.linphone.org/BC/public/bzrtp";
-    # They have switched to GPLv3 on git HEAD so probably the next release will
-    # be GPL3.
-    license = licenses.lgpl21;
+    license = licenses.gpl3Plus;
     platforms = platforms.all;
     maintainers = with maintainers; [ jluttine ];
   };