Adding linphone

svn path=/nixpkgs/trunk/; revision=25545
This commit is contained in:
Lluís Batlle i Rossell
2011-01-13 20:49:58 +00:00
parent e6e51b2d83
commit 3c282f5a31
4 changed files with 45 additions and 2 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
version = "3.3.0";
version = "3.5.0";
src = fetchurl {
url = "mirror://gnu/osip/libosip2-${version}.tar.gz";
sha256 = "08gqll8c7y9hzzs80cal7paxn6knnhbfkvzdaxs2sssrmbg2hpnl";
sha256 = "14csf6z7b802bahxd560ibx3mg2fq3ki734vf3k2vknr4jm5v5fx";
};
name = "libosip2-${version}";