Unverified Commit 50adbf50 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

qtcreator: 14.0.1 -> 14.0.2 (#348036)

parents c1271482 cf18f102
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,11 +30,11 @@

stdenv.mkDerivation rec {
  pname = "qtcreator";
  version = "14.0.1";
  version = "14.0.2";

  src = fetchurl {
    url = "mirror://qt/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
    hash = "sha256-lZXS5sZbuRjng3YxQ0HcK+9JHDIApcbVzm8wVQmwsos=";
    hash = "sha256-stL4eLtpKKjm4w2HYAvdk89ATCYZoVHGS9zcjNB4OJI=";
  };

  nativeBuildInputs = [