qtcreator: Update from 3.1.0 to 3.2.0

This commit is contained in:
Baptist BENOIST 2014-09-16 20:27:43 +02:00 committed by Bjørn Forsman
parent 5c0816567d
commit 46d0ebca70

View File

@ -3,7 +3,7 @@
with stdenv.lib;
let
baseVersion = "3.1";
baseVersion = "3.2";
revision = "0";
version = "${baseVersion}.${revision}";
in
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://download.qt-project.org/official_releases/qtcreator/${baseVersion}/${version}/qt-creator-opensource-src-${version}.tar.gz";
sha256 = "c8c648f4988b707393e0f1958a8868718f27e59263f05f3b6599fa62290c2bbf";
sha256 = "0giilb0sl71w2p0vlaj4f9qjyaa4llbflp4m1dfdal30facbwizd";
};
# This property can be used in a nix development environment to refer to the Qt package