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:
parent
875c286ba3
commit
53c4003559
@ -5,11 +5,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "linphone-3.8.5";
|
name = "linphone-${version}";
|
||||||
|
major = "3.9";
|
||||||
|
version = "${major}.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/linphone/3.8.x/sources/${name}.tar.gz";
|
url = "mirror://savannah/linphone/${major}.x/sources/${name}.tar.gz";
|
||||||
sha256 = "10brlbwkk61nhd5v2sim1vfv11xm138l1cqqh3imhs2sigmzzlax";
|
sha256 = "1b14gwq36d0sbn1125if9zydll9kliigk19zchbqiy9n2gjymrl4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user