about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/linphone
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-09-06 00:52:21 +0200
committerAlexander Ried <ried@mytum.de>2016-09-06 00:52:24 +0200
commit53c400355947f4b93c201e30473a652250544e2c (patch)
tree88aff8d7cdf76baf57794366ab78e2a182d08755 /pkgs/applications/networking/instant-messengers/linphone
parent875c286ba39a93b36274bb8ccecdd33a5af83b00 (diff)
linphone: 3.8.5 -> 3.9.1
3.10.2 is available from github but there is no autoconfigured tarball
and they added a dependency that's not packaged for nix (bctoolbox)
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/linphone')
-rw-r--r--pkgs/applications/networking/instant-messengers/linphone/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/linphone/default.nix b/pkgs/applications/networking/instant-messengers/linphone/default.nix
index 781d10cbc4f9b..2df428a1eb46d 100644
--- a/pkgs/applications/networking/instant-messengers/linphone/default.nix
+++ b/pkgs/applications/networking/instant-messengers/linphone/default.nix
@@ -5,11 +5,13 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "linphone-3.8.5";
+  name = "linphone-${version}";
+  major = "3.9";
+  version = "${major}.1";
 
   src = fetchurl {
-    url = "mirror://savannah/linphone/3.8.x/sources/${name}.tar.gz";
-    sha256 = "10brlbwkk61nhd5v2sim1vfv11xm138l1cqqh3imhs2sigmzzlax";
+    url = "mirror://savannah/linphone/${major}.x/sources/${name}.tar.gz";
+    sha256 = "1b14gwq36d0sbn1125if9zydll9kliigk19zchbqiy9n2gjymrl4";
   };
 
   buildInputs = [