Skip to content

Commit

Permalink
qtcreator: 4.4.0 -> 4.4.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 84a8f25)
  • Loading branch information
romildo authored and bjornfor committed Oct 7, 2017
1 parent 77863fc commit e582efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/qtcreator/default.nix
Expand Up @@ -7,7 +7,7 @@ with stdenv.lib;

let
baseVersion = "4.4";
revision = "0";
revision = "1";
in

stdenv.mkDerivation rec {
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://download.qt-project.org/official_releases/qtcreator/${baseVersion}/${version}/qt-creator-opensource-src-${version}.tar.xz";
sha256 = "00k2bb2pamqlq0i619wz8chii8yp884qnrjngzzxrdffk05d95wc";
sha256 = "0kn1k2zvc93xin4kdp2fpiz21i5j0qymyx6jjzkqp7r3x8yxwr06";
};

buildInputs = [ qtbase qtscript qtquickcontrols qtdeclarative ];
Expand Down

0 comments on commit e582efb

Please sign in to comment.