rewine 2023-10-18 11:21:10 +08:00
parent e3e89a0713
commit 448c524a5a
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51

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 = [