Merge pull request #261761 from wineee/qtcreator-12

qtcreator: 11.0.3 -> 12.0.0
This commit is contained in:
Nick Cao
2023-11-25 09:22:16 -05:00
committed by GitHub
+2 -2
View File
@@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "qtcreator";
version = "11.0.3";
version = "12.0.0";
src = fetchurl {
url = "https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
hash = "sha256-X1AeZOg2t+PlC5iz68NFsgE5al/ZLklzjau14mjVzxw=";
hash = "sha256-OZrg3O+jvZ4Bo/BouT2r6LOfm1ZGbDidFEblyEyPe58=";
};
nativeBuildInputs = [