summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-02-03 17:33:23 +0300
committerNikolay Amiantov <ab@fmap.me>2017-02-03 17:48:17 +0300
commitb02799a020c1742ed0a18b510c8ebf24c91eaaa5 (patch)
tree8b8e2819c86a189f806116081cb49a147f5772df
parentf7577b8c8c920847f19548769a58280855fe6a12 (diff)
downloadnixlib-b02799a020c1742ed0a18b510c8ebf24c91eaaa5.tar
nixlib-b02799a020c1742ed0a18b510c8ebf24c91eaaa5.tar.gz
nixlib-b02799a020c1742ed0a18b510c8ebf24c91eaaa5.tar.bz2
nixlib-b02799a020c1742ed0a18b510c8ebf24c91eaaa5.tar.lz
nixlib-b02799a020c1742ed0a18b510c8ebf24c91eaaa5.tar.xz
nixlib-b02799a020c1742ed0a18b510c8ebf24c91eaaa5.tar.zst
nixlib-b02799a020c1742ed0a18b510c8ebf24c91eaaa5.zip
qtcreator: 4.2.0 -> 4.2.1
-rw-r--r--pkgs/development/qtcreator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/qtcreator/default.nix b/pkgs/development/qtcreator/default.nix
index 1461e6232e60..ea7e7d0fb8e3 100644
--- a/pkgs/development/qtcreator/default.nix
+++ b/pkgs/development/qtcreator/default.nix
@@ -7,7 +7,7 @@ with stdenv.lib;
 
 let
   baseVersion = "4.2";
-  revision = "0";
+  revision = "1";
 in
 
 stdenv.mkDerivation rec {
@@ -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.gz";
-    sha256 = "0yzj1i6hkzl9w1g8d5vidz7z6amwpj8p3cfibn9slf1sphxph18f";
+    sha256 = "0f2slaf579q2anflf524lbhmpwrwy3hzjfxzs10n44r7s7yc4dr5";
   };
 
   buildInputs = [ qtbase qtscript qtquickcontrols qtdeclarative ];