qtcreator: 12.0.1 -> 12.0.2

This commit is contained in:
rewine 2024-02-08 03:19:40 +08:00
parent 3b9c0d92db
commit fbb2c6449c

View File

@ -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 = [