Upgraded to KDE 4.2.2 and Qt-4.5.0

svn path=/nixpkgs/trunk/; revision=14855
This commit is contained in:
Sander van der Burg
2009-04-03 12:25:57 +00:00
parent d6ca7f9e13
commit 1de497f1cb
20 changed files with 59 additions and 59 deletions

View File

@@ -4,8 +4,8 @@ stdenv.mkDerivation {
name = "qt-4.4.3";
src = fetchurl {
url = ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.4.3.tar.bz2;
sha256 = "1nfdf1aj6vb7qyacsnjyjxrnaf44hz7vzykf6zra2znd87pglz51";
url = ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.5.0.tar.bz2;
sha256 = "e1b356a54e65781ed94f19d785356a88daa8d38b9dbbca35439b80ca8c4a5be9";
};
setupHook = ./setup-hook.sh;