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)
This commit is contained in:
Alexander Ried 2016-09-06 00:52:21 +02:00
parent 875c286ba3
commit 53c4003559

View File

@ -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 = [