qt-5.3: update to 5.3.1
This commit is contained in:
parent
67ee9decf1
commit
01cc5a98d6
@ -18,7 +18,7 @@ with stdenv.lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
v_maj = "5.3";
|
v_maj = "5.3";
|
||||||
v_min = "0";
|
v_min = "1";
|
||||||
ver = "${v_maj}.${v_min}";
|
ver = "${v_maj}.${v_min}";
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.qt-project.org/official_releases/qt/"
|
url = "http://download.qt-project.org/official_releases/qt/"
|
||||||
+ "${v_maj}/${ver}/single/qt-everywhere-opensource-src-${ver}.tar.gz";
|
+ "${v_maj}/${ver}/single/qt-everywhere-opensource-src-${ver}.tar.gz";
|
||||||
sha256 = "09gp19377zpqyfzk063b3pjz8gjm2x7xsj71bdpmnhs1scz0khcj";
|
sha256 = "189mgfqxjg0jp0vkfrj55p9brl018wzf7lir8yjr0pajp8jqd2ds";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The version property must be kept because it will be included into the QtSDK package name
|
# The version property must be kept because it will be included into the QtSDK package name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user