summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-04-13 08:56:18 +0000
committerLudovic Courtès <ludo@gnu.org>2010-04-13 08:56:18 +0000
commit68369c5475e65fcc9278f016cd4ecc127d6f3828 (patch)
tree49d13543100b23916f7aaf3d4730e675bb8ed3c6
parent8251c938e8a7346bac253e1b8c9b9e3082820876 (diff)
downloadnixpkgs-68369c5475e65fcc9278f016cd4ecc127d6f3828.tar
nixpkgs-68369c5475e65fcc9278f016cd4ecc127d6f3828.tar.gz
nixpkgs-68369c5475e65fcc9278f016cd4ecc127d6f3828.tar.bz2
nixpkgs-68369c5475e65fcc9278f016cd4ecc127d6f3828.tar.lz
nixpkgs-68369c5475e65fcc9278f016cd4ecc127d6f3828.tar.xz
nixpkgs-68369c5475e65fcc9278f016cd4ecc127d6f3828.tar.zst
nixpkgs-68369c5475e65fcc9278f016cd4ecc127d6f3828.zip
GNU ccrtp 1.7.1.
svn path=/nixpkgs/trunk/; revision=21054
-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 d8b4793dcca..5424e7a73de 100644
--- a/pkgs/development/libraries/ccrtp/default.nix
+++ b/pkgs/development/libraries/ccrtp/default.nix
@@ -1,10 +1,10 @@
 args: with args;
 stdenv.mkDerivation {
-  name = "ccrtp-1.7.0";
+  name = "ccrtp-1.7.1";
 
   src = fetchurl {
-    url = mirror://gnu/ccrtp/ccrtp-1.7.0.tar.gz;
-    sha256 = "1bjn5l476nk34gipz4jl2p83m735gzanzr046zrkx423zipx4g4j";
+    url = mirror://gnu/ccrtp/ccrtp-1.7.1.tar.gz;
+    sha256 = "0psi91r0fgawpa5x4jiq7lkr180agdi25gi0mfriqcmykxg7r1jn";
   };
 
   buildInputs = [openssl pkgconfig libgcrypt commoncpp2];