Unverified Commit 4974bcd6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #287050 from wineee/qtc

qtcreator: 12.0.1 -> 12.0.2
parents d407f2e7 fbb2c644
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,11 +29,11 @@

stdenv.mkDerivation rec {
  pname = "qtcreator";
  version = "12.0.1";
  version = "12.0.2";

  src = fetchurl {
    url = "https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
    hash = "sha256-ZvuSws7QkoKeMyHFoJEeLemDCdAxDnq5SaOaUCOOA/M=";
    hash = "sha256-rOgRrDrum/vRpV62y0lHmkgj6tbznyA1cenXdkhFA4E=";
  };

  nativeBuildInputs = [