Unverified Commit 8a3121c4 authored by rewine's avatar rewine
Browse files

qtcreator-qt6: 9.0.2 -> 10.0.0

parent 8cf98084
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 = [