ccrtp: update from 2.0.6 to 2.0.9

This commit is contained in:
Aristid Breitkreuz 2014-10-08 19:05:58 +02:00
parent af53f40684
commit b3ddfb76b9

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }:
stdenv.mkDerivation {
name = "ccrtp-2.0.6";
name = "ccrtp-2.0.9";
src = fetchurl {
url = mirror://gnu/ccrtp/ccrtp-2.0.6.tar.gz;
sha256 = "06rqwk2w5sikfb3l5bcpxszhq4g7ra840gqx1f011xrmhvclrzir";
url = mirror://gnu/ccrtp/ccrtp-2.0.9.tar.gz;
sha256 = "1prh2niwa4lzvskk12j4ckr7dv141dfh8yjmpkbhbnv4gmpifci0";
};
buildInputs = [ openssl pkgconfig libgcrypt ];