Updating libraries related to zrtp.
svn path=/nixpkgs/trunk/; revision=25645
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user