Unverified Commit dea90e26 authored by rewine's avatar rewine Committed by GitHub
Browse files

qtcreator: 16.0.2 -> 17.0.0 (#417845)

parents b1f01028 f5b6e175
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,11 +32,11 @@

stdenv.mkDerivation rec {
  pname = "qtcreator";
  version = "16.0.2";
  version = "17.0.0";

  src = fetchurl {
    url = "mirror://qt/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
    hash = "sha256-UWyxZK4XzL8SqUkfqNU+cb22P9jExjn6RkLV1Es32YI=";
    hash = "sha256-YW3+pDphYrwajM9EDh32p0uXf8sCjXa3x3mh+43jnow=";
  };

  nativeBuildInputs = [