Updating libraries related to zrtp.

svn path=/nixpkgs/trunk/; revision=25645
This commit is contained in:
Lluís Batlle i Rossell
2011-01-20 22:05:28 +00:00
parent fc4f0c5ca3
commit 038e045bc7
2 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchurl, commoncpp2, openssl, pkgconfig, ccrtp }:
stdenv.mkDerivation rec {
name = "libzrtpcpp-1.4.1";
name = "libzrtpcpp-1.6.0";
src = fetchurl {
url = "mirror://gnu/ccrtp/${name}.tar.gz";
sha256 = "0gj5xiv15xnxdbppa06fy02j8jg0zm1capva4nhbpgzg08n7p8y0";
sha256 = "17aayr4f27rp4fvminxn6jx7kq56kkk341l7ypqb9h0k6kns27kb";
};
buildInputs = [ commoncpp2 openssl pkgconfig ccrtp ];