From a8eaa8c486949602cc9c6d3bc9aa584ff80a1e14 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Fri, 25 Dec 2009 00:16:39 +0000 Subject: [PATCH] update to 3.3.2 svn path=/nixpkgs/trunk/; revision=19104 --- pkgs/desktops/kde-4.3/extragear/ktorrent/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/desktops/kde-4.3/extragear/ktorrent/default.nix b/pkgs/desktops/kde-4.3/extragear/ktorrent/default.nix index d0f5be7a9a5..970368dc736 100644 --- a/pkgs/desktops/kde-4.3/extragear/ktorrent/default.nix +++ b/pkgs/desktops/kde-4.3/extragear/ktorrent/default.nix @@ -2,10 +2,10 @@ kdelibs, kdepimlibs, kdebase_workspace, automoc4, phonon, qca2}: stdenv.mkDerivation { - name = "ktorrent-3.3.1"; + name = "ktorrent-3.3.2"; src = fetchurl { - url = http://ktorrent.org/downloads/3.3.1/ktorrent-3.3.1.tar.bz2; - sha256 = "15cyq9bixism15qb3g196ga47q6iyw68sizclcn43nw91g0xl9r1"; + url = http://ktorrent.org/downloads/3.3.2/ktorrent-3.3.2.tar.bz2; + sha256 = "08s67nz6wml5bx595czw2gcvrfb09hw1n1rzbj1n8iprr1abcpz1"; }; includeAllQtDirs=true; CMAKE_PREFIX_PATH=kdepimlibs;