From 53c400355947f4b93c201e30473a652250544e2c Mon Sep 17 00:00:00 2001 From: Alexander Ried Date: Tue, 6 Sep 2016 00:52:21 +0200 Subject: [PATCH] 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) --- .../networking/instant-messengers/linphone/default.nix | 8 +++++--- 1 file 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 781d10cbc4f9..2df428a1eb46 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 = [