ktorrent update - by Russell O'Connor

svn path=/nixpkgs/trunk/; revision=17925
This commit is contained in:
Marc Weber 2009-10-22 15:41:37 +00:00
parent efca5daeb7
commit 9252996ae7
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
kdelibs, kdepimlibs, kdebase_workspace, automoc4, phonon, qca2}: kdelibs, kdepimlibs, kdebase_workspace, automoc4, phonon, qca2}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ktorrent-3.2.3"; name = "ktorrent-3.2.4";
src = fetchurl { src = fetchurl {
url = http://ktorrent.org/downloads/3.2.3/ktorrent-3.2.3.tar.bz2; url = http://ktorrent.org/downloads/3.2.4/ktorrent-3.2.4.tar.bz2;
sha256 = "1fvxf4wq7w9wl58ms9jnx321b224wzcz685r8dnqw27cy15vxsqd"; sha256 = "1h06fwjykmk4sxjfsic0a42wfh4wwaa9z6a4470vwi5fyx2apxbn";
}; };
includeAllQtDirs=true; includeAllQtDirs=true;
CMAKE_PREFIX_PATH=kdepimlibs; CMAKE_PREFIX_PATH=kdepimlibs;