qtcreator: 15.0.0 -> 15.0.1

This commit is contained in:
R. Ryantm
2025-01-24 01:17:15 +00:00
parent 0aa475546e
commit 7499313bab
+2 -2
View File
@@ -31,11 +31,11 @@
stdenv.mkDerivation rec {
pname = "qtcreator";
version = "15.0.0";
version = "15.0.1";
src = fetchurl {
url = "mirror://qt/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
hash = "sha256-I7HGtHjKdgmX7N3Uxyjw2igLBpYAipvd2aEGjxbUj3I=";
hash = "sha256-dDutW7417X9QCffOFh8dovJsF7tRMUc+BhzmWzp64JM=";
};
nativeBuildInputs = [