Unverified Commit aab374c6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #225306 from wineee/qtcreator-qt6-10

qtcreator-qt6: 9.0.2 -> 10.0.0
parents 16e1d74a 8a3121c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [