From 3c8c5d9939a3e48e1e8f9a7d89381300af26ba3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 9 Apr 2012 20:51:50 +0000 Subject: [PATCH] GNU ccRTP 2.0.3. svn path=/nixpkgs/trunk/; revision=33708 --- pkgs/development/libraries/ccrtp/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/ccrtp/default.nix b/pkgs/development/libraries/ccrtp/default.nix index 5610588ea41..a6e426b164a 100644 --- a/pkgs/development/libraries/ccrtp/default.nix +++ b/pkgs/development/libraries/ccrtp/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }: stdenv.mkDerivation { - name = "ccrtp-2.0.2"; + name = "ccrtp-2.0.3"; src = fetchurl { - url = mirror://gnu/ccrtp/ccrtp-2.0.2.tar.gz; - sha256 = "1n42nscqwryz9f0jpg8lnv22x9m8mzr6rqir9cvbgm1r2skwjh4f"; + url = mirror://gnu/ccrtp/ccrtp-2.0.3.tar.gz; + sha256 = "1p4zzqn02zvnyjy84khiq8v65pl422fb6ni946h9sxh4yw2lgn01"; }; buildInputs = [ openssl pkgconfig libgcrypt ucommon ];