fixed qt component name

svn path=/nixpkgs/trunk/; revision=14857
This commit is contained in:
Sander van der Burg 2009-04-03 12:32:33 +00:00
parent a0f768ad1c
commit 98da742900

View File

@ -1,7 +1,7 @@
args: with args;
stdenv.mkDerivation {
name = "qt-4.4.3";
name = "qt-4.5.0";
src = fetchurl {
url = ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.5.0.tar.bz2;