qtcreator: 16.0.1 -> 16.0.2

This commit is contained in:
R. Ryantm
2025-05-15 01:13:44 +00:00
parent 6d0d3850ff
commit 2ffe6da526
+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 = [