Merge pull request #335333 from wineee/qtcreator-14.0.1

qtcreator: 14.0.0 -> 14.0.1
This commit is contained in:
rewine 2024-08-18 14:21:41 +08:00 committed by GitHub
commit 597f8d7125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,11 +30,11 @@
stdenv.mkDerivation rec {
pname = "qtcreator";
version = "14.0.0";
version = "14.0.1";
src = fetchurl {
url = "https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
hash = "sha256-8v3P+cuO1/1csfx3k1LHp6lCkieIygAN6F2229eo1FQ=";
hash = "sha256-lZXS5sZbuRjng3YxQ0HcK+9JHDIApcbVzm8wVQmwsos=";
};
nativeBuildInputs = [