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

qtcreator: 16.0.1 -> 16.0.2 (#407221)

parents 3848f6be 2ffe6da5
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.1";
  version = "16.0.2";

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

  nativeBuildInputs = [