mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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
1 changed files with 5 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue