GNU ccRTP 2.0.3.

svn path=/nixpkgs/trunk/; revision=33708
This commit is contained in:
Ludovic Courtès 2012-04-09 20:51:50 +00:00
parent 9f0a692a06
commit 3c8c5d9939

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }: { stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ccrtp-2.0.2"; name = "ccrtp-2.0.3";
src = fetchurl { src = fetchurl {
url = mirror://gnu/ccrtp/ccrtp-2.0.2.tar.gz; url = mirror://gnu/ccrtp/ccrtp-2.0.3.tar.gz;
sha256 = "1n42nscqwryz9f0jpg8lnv22x9m8mzr6rqir9cvbgm1r2skwjh4f"; sha256 = "1p4zzqn02zvnyjy84khiq8v65pl422fb6ni946h9sxh4yw2lgn01";
}; };
buildInputs = [ openssl pkgconfig libgcrypt ucommon ]; buildInputs = [ openssl pkgconfig libgcrypt ucommon ];