Loading pkgs/development/tools/qtcreator/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -30,11 +30,11 @@ stdenv.mkDerivation rec { pname = "qtcreator"; version = "13.0.2"; version = "14.0.0"; src = fetchurl { url = "https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz"; hash = "sha256-wSXMVSJhnH+PwoBadQq5bLu1al/fw4i2yxWrda9+wM4="; hash = "sha256-8v3P+cuO1/1csfx3k1LHp6lCkieIygAN6F2229eo1FQ="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/tools/qtcreator/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -30,11 +30,11 @@ stdenv.mkDerivation rec { pname = "qtcreator"; version = "13.0.2"; version = "14.0.0"; src = fetchurl { url = "https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz"; hash = "sha256-wSXMVSJhnH+PwoBadQq5bLu1al/fw4i2yxWrda9+wM4="; hash = "sha256-8v3P+cuO1/1csfx3k1LHp6lCkieIygAN6F2229eo1FQ="; }; nativeBuildInputs = [ Loading