qtcreator: 11.0.2 -> 11.0.3

This commit is contained in:
rewine 2023-10-01 20:38:38 +08:00
parent 5d861cc172
commit b9f40ea9c8

View File

@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "qtcreator";
version = "11.0.2";
version = "11.0.3";
src = fetchurl {
url = "https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
hash = "sha256-nemSXfzgrR5vzDevdEHhBS3d0V+XIGSTdY2DA0eaLQM=";
hash = "sha256-X1AeZOg2t+PlC5iz68NFsgE5al/ZLklzjau14mjVzxw=";
};
nativeBuildInputs = [