mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
update to 4.6.2
svn path=/nixpkgs/trunk/; revision=20010
This commit is contained in:
parent
65aecdd00b
commit
c0e9630d98
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
|||
, buildDemos ? false, buildExamples ? false, keepDocumentation ? false}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "qt-4.6.1";
|
||||
name = "qt-4.6.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.6.1.tar.gz;
|
||||
sha256 = "1id05qfxn5rxds3yngn3nbd7dnjmvmhzgjf0x568aii5iadv712c";
|
||||
url = ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.6.2.tar.gz;
|
||||
sha256 = "1bpz59y907zz2p67mnf5ckvxh7n2glr6pz1f9fmngkkdn3fm2vqp";
|
||||
};
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
|
Loading…
Reference in a new issue