qt-5.3: update to 5.3.1

This commit is contained in:
Jos van den Oever 2014-08-23 11:21:51 +02:00 committed by Bjørn Forsman
parent 67ee9decf1
commit 01cc5a98d6

View file

@ -18,7 +18,7 @@ with stdenv.lib;
let
v_maj = "5.3";
v_min = "0";
v_min = "1";
ver = "${v_maj}.${v_min}";
in
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://download.qt-project.org/official_releases/qt/"
+ "${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