forked from mirrors/nixpkgs
Fixed version number of qt
svn path=/nixpkgs/branches/stdenv-updates/; revision=15303
This commit is contained in:
parent
5ad095f5ed
commit
d1a57e454e
|
@ -1,7 +1,7 @@
|
||||||
args: with args;
|
args: with args;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "qt-4.5.0";
|
name = "qt-4.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.5.1.tar.bz2;
|
url = ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.5.1.tar.bz2;
|
||||||
|
|
Loading…
Reference in a new issue