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

qtcreator: 16.0.0 -> 16.0.1 (#398049)

parents 3f45f40e eacbeb75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,11 +31,11 @@

stdenv.mkDerivation rec {
  pname = "qtcreator";
  version = "16.0.0";
  version = "16.0.1";

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

  nativeBuildInputs = [