qtcreator: 16.0.1 -> 16.0.2 (#407221)

This commit is contained in:
rewine
2025-05-15 09:39:10 +08:00
committed by GitHub
+2 -2
View File
@@ -32,11 +32,11 @@
stdenv.mkDerivation rec {
pname = "qtcreator";
version = "16.0.1";
version = "16.0.2";
src = fetchurl {
url = "mirror://qt/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
hash = "sha256-Elz13fDOK9n7MTEE7Edy9iirpm1o6yOFCB+yJtiYMSw=";
hash = "sha256-UWyxZK4XzL8SqUkfqNU+cb22P9jExjn6RkLV1Es32YI=";
};
nativeBuildInputs = [