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, openssl, pkgconfig, libgcrypt, commoncpp2 }:
stdenv.mkDerivation {
name = "ccrtp-1.7.2";
name = "ccrtp-1.8.0";
src = fetchurl {
url = mirror://gnu/ccrtp/ccrtp-1.7.2.tar.gz;
sha256 = "1vz759f0342ih95sc7vmzx8als7y2ddr0s3jaaj03x22r7xaqzwy";
url = mirror://gnu/ccrtp/ccrtp-1.8.0.tar.gz;
sha256 = "0wr4dandlfajhmg90nqyvwv61ikn9vdycji001310y3c4zfysprn";
};
buildInputs = [ openssl pkgconfig libgcrypt commoncpp2 ];