Merge pull request #287050 from wineee/qtc

qtcreator: 12.0.1 -> 12.0.2
This commit is contained in:
Mario Rodas
2024-02-14 08:38:52 -05:00
committed by GitHub
+2 -2
View File
@@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "qtcreator";
version = "12.0.1";
version = "12.0.2";
src = fetchurl {
url = "https://download.qt.io/official_releases/${pname}/${lib.versions.majorMinor version}/${version}/qt-creator-opensource-src-${version}.tar.xz";
hash = "sha256-ZvuSws7QkoKeMyHFoJEeLemDCdAxDnq5SaOaUCOOA/M=";
hash = "sha256-rOgRrDrum/vRpV62y0lHmkgj6tbznyA1cenXdkhFA4E=";
};
nativeBuildInputs = [