qtcreator: 16.0.2 -> 17.0.0 (#417845)

This commit is contained in:
rewine
2025-06-18 23:00:17 +08:00
committed by GitHub
+2 -2
View File
@@ -32,11 +32,11 @@
stdenv.mkDerivation rec {
pname = "qtcreator";
version = "16.0.2";
version = "17.0.0";
src = fetchurl {
url = "mirror://qt/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
hash = "sha256-UWyxZK4XzL8SqUkfqNU+cb22P9jExjn6RkLV1Es32YI=";
hash = "sha256-YW3+pDphYrwajM9EDh32p0uXf8sCjXa3x3mh+43jnow=";
};
nativeBuildInputs = [