3
0
Fork 0
forked from mirrors/nixpkgs

GNU ccRTP 1.7.2.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25076
This commit is contained in:
Ludovic Courtès 2010-12-12 20:19:08 +00:00
parent 8416f47e26
commit ac09f5b42d

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, commoncpp2 }:
stdenv.mkDerivation {
name = "ccrtp-1.7.1";
name = "ccrtp-1.7.2";
src = fetchurl {
url = mirror://gnu/ccrtp/ccrtp-1.7.1.tar.gz;
sha256 = "0psi91r0fgawpa5x4jiq7lkr180agdi25gi0mfriqcmykxg7r1jn";
url = mirror://gnu/ccrtp/ccrtp-1.7.2.tar.gz;
sha256 = "1vz759f0342ih95sc7vmzx8als7y2ddr0s3jaaj03x22r7xaqzwy";
};
buildInputs = [ openssl pkgconfig libgcrypt commoncpp2 ];