Commit fbb2c644 authored by rewine's avatar rewine
Browse files

qtcreator: 12.0.1 -> 12.0.2

parent 3b9c0d92
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 = [