about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-08-30 12:16:16 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-08-30 12:16:16 +0000
commit67cf9984f2eeeb5d3d7eb28589e955ade171e745 (patch)
tree2eeb00e13977cf93028a47be0749cd779777592e
parent562345e5950a60a0a689d78bc9e82095135b9ba8 (diff)
* ktorrent 2.2.7.
svn path=/nixpkgs/trunk/; revision=12774
-rw-r--r--pkgs/tools/networking/p2p/ktorrent/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/p2p/ktorrent/default.nix b/pkgs/tools/networking/p2p/ktorrent/default.nix
index 0c724f2ca5db2..00b6f28dfe9d1 100644
--- a/pkgs/tools/networking/p2p/ktorrent/default.nix
+++ b/pkgs/tools/networking/p2p/ktorrent/default.nix
@@ -3,11 +3,11 @@
 }:
 
 stdenv.mkDerivation {
-  name = "ktorrent-2.2.5";
+  name = "ktorrent-2.2.7";
   
   src = fetchurl {
-    url = http://ktorrent.org/downloads/2.2.5/ktorrent-2.2.5.tar.bz2;
-    sha256 = "1rkblfpg4ysg4935i3l22ns553h37rn2flm4rgkqzdf67aq0akkx";
+    url = http://ktorrent.org/downloads/2.2.7/ktorrent-2.2.7.tar.bz2;
+    sha256 = "0wvv294grv07zwdsycfsyhq5fllqyljrcg5g9iwgn84fk3nszlbi";
   };
   
   buildInputs = [