Loading pkgs/development/tools/qtcreator/qt6.nix +2 −2 Original line number Diff line number Diff line Loading @@ -28,11 +28,11 @@ stdenv.mkDerivation rec { pname = "qtcreator"; version = "9.0.2"; version = "10.0.0"; src = fetchurl { url = "https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz"; sha256 = "sha256-7KWMxcoNOXiWlAVCYZzyA/WWLuPIggCBIics23Ifoyg="; sha256 = "sha256-lImCneBYk6Rii3tlga8JbEivvTHJMs2KTbMKkMUhl78="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/tools/qtcreator/qt6.nix +2 −2 Original line number Diff line number Diff line Loading @@ -28,11 +28,11 @@ stdenv.mkDerivation rec { pname = "qtcreator"; version = "9.0.2"; version = "10.0.0"; src = fetchurl { url = "https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz"; sha256 = "sha256-7KWMxcoNOXiWlAVCYZzyA/WWLuPIggCBIics23Ifoyg="; sha256 = "sha256-lImCneBYk6Rii3tlga8JbEivvTHJMs2KTbMKkMUhl78="; }; nativeBuildInputs = [ Loading