ktorrent update - by Russell O'Connor
svn path=/nixpkgs/trunk/; revision=17925
This commit is contained in:
parent
efca5daeb7
commit
9252996ae7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue