3
0
Fork 0
forked from mirrors/nixpkgs

qtcreator: update to 2.6.0

This commit is contained in:
Baptist BENOIST 2012-11-26 13:06:41 +01:00
parent d00afb644f
commit 1a59276a64

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, qt4 }:
let
version = "2.5.2";
version = "2.6.0";
in
stdenv.mkDerivation rec {
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://origin.releases.qt-project.org/qtcreator/${version}/qt-creator-${version}-src.tar.gz";
md5 = "4a9c09cdf4609753283c31451c84ceb8";
md5 = "9bf01098f84a0fe930b2718d11124204";
};
buildInputs = [ qt4 ];