Merge pull request #274121 from wineee/qtcreator-12.01

qtcreator: 12.0.0 -> 12.0.1
This commit is contained in:
Nick Cao 2023-12-14 09:19:53 -05:00 committed by GitHub
commit 4bc266e1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "qtcreator";
version = "12.0.0";
version = "12.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-OZrg3O+jvZ4Bo/BouT2r6LOfm1ZGbDidFEblyEyPe58=";
hash = "sha256-ZvuSws7QkoKeMyHFoJEeLemDCdAxDnq5SaOaUCOOA/M=";
};
nativeBuildInputs = [