mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
update to 3.3.2
svn path=/nixpkgs/trunk/; revision=19104
This commit is contained in:
parent
305c1b8ae5
commit
a8eaa8c486
1 changed files with 3 additions and 3 deletions
|
@ -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.3.1";
|
name = "ktorrent-3.3.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ktorrent.org/downloads/3.3.1/ktorrent-3.3.1.tar.bz2;
|
url = http://ktorrent.org/downloads/3.3.2/ktorrent-3.3.2.tar.bz2;
|
||||||
sha256 = "15cyq9bixism15qb3g196ga47q6iyw68sizclcn43nw91g0xl9r1";
|
sha256 = "08s67nz6wml5bx595czw2gcvrfb09hw1n1rzbj1n8iprr1abcpz1";
|
||||||
};
|
};
|
||||||
includeAllQtDirs=true;
|
includeAllQtDirs=true;
|
||||||
CMAKE_PREFIX_PATH=kdepimlibs;
|
CMAKE_PREFIX_PATH=kdepimlibs;
|
||||||
|
|
Loading…
Reference in a new issue