aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/ccrtp
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-18 14:46:14 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-18 18:18:21 +0200
commitf4172038331ea3d61cfcfe3f5fbdb5f393bdbeef (patch)
treeeb63f22a14a3c456e548d03646c839a0c541b392 /pkgs/development/libraries/ccrtp
parent32b2973807c6e84576175963b7a78cc814e82175 (diff)
ccrtp: update from 2.0.3 to 2.0.6
Diffstat (limited to 'pkgs/development/libraries/ccrtp')
-rw-r--r--pkgs/development/libraries/ccrtp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/ccrtp/default.nix b/pkgs/development/libraries/ccrtp/default.nix
index 73ea5254182d..daf36e28919b 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.3";
+ name = "ccrtp-2.0.6";
src = fetchurl {
- url = mirror://gnu/ccrtp/ccrtp-2.0.3.tar.gz;
- sha256 = "1p4zzqn02zvnyjy84khiq8v65pl422fb6ni946h9sxh4yw2lgn01";
+ url = mirror://gnu/ccrtp/ccrtp-2.0.6.tar.gz;
+ sha256 = "06rqwk2w5sikfb3l5bcpxszhq4g7ra840gqx1f011xrmhvclrzir";
};
buildInputs = [ openssl pkgconfig libgcrypt ];