mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
qt6: 6.11.1 -> 6.11.2
This commit is contained in:
@@ -1 +1 @@
|
||||
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.11/6.11.1/submodules/ -A '*.tar.xz' )
|
||||
WGET_ARGS=( https://download.qt.io/official_releases/qt/6.11/6.11.2/submodules/ -A '*.tar.xz' )
|
||||
|
||||
@@ -43,29 +43,6 @@ qtModule {
|
||||
hash = "sha256-ESy35OlmsvI4yFQ/rFT8oelOUBCwCmlcbQJvwcTrCig=";
|
||||
revert = true;
|
||||
})
|
||||
|
||||
# backport fix recommended by KDE
|
||||
(fetchpatch {
|
||||
url = "https://github.com/qt/qtdeclarative/commit/8a2c82be6ad90e3f2a0760d8bab1e3a8cdb2473a.diff";
|
||||
hash = "sha256-3KbyoQPAiRyCwGnwwYV3y0yz2i6UAJcX70EPsXV0ZZM=";
|
||||
})
|
||||
|
||||
# backport required at least for [musescore][1], and perhaps many other
|
||||
# applications.
|
||||
# [1]: https://github.com/musescore/MuseScore/issues/33015
|
||||
(fetchpatch {
|
||||
url = "https://github.com/qt/qtdeclarative/commit/9d4d376726a6ce15c429128dc65b927e411e40da.diff";
|
||||
hash = "sha256-XhfliF5wZuN4/E55f8hfipIRjxBe9V7vL1cgn5p4xqA=";
|
||||
})
|
||||
|
||||
# backport fix for a QV4 heap corruption crash on JS objects with
|
||||
# add/delete/re-add property churn (QTBUG-147153); crashes e.g.
|
||||
# quickshell-based shells like noctalia-shell
|
||||
# https://bugreports.qt.io/browse/QTBUG-147153
|
||||
(fetchpatch {
|
||||
url = "https://github.com/qt/qtdeclarative/commit/624e90bb5e89837d4b759b43e2120b059d98a41e.diff";
|
||||
hash = "sha256-7duTYpHZusVNDMlkm19dCppEWBejjTbc0sy3QvJG65s=";
|
||||
})
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
|
||||
qtModule rec {
|
||||
pname = "qtmqtt";
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "qt";
|
||||
repo = "qtmqtt";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-GWaF4iCPtATL1mJkPHVY0rom8R2FMNWGahE3KWBlfV8=";
|
||||
hash = "sha256-Xg4vfVfYgruRXB6LSWFJWSMtsClJMtML+KhaQExWUGs=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
|
||||
@@ -4,339 +4,339 @@
|
||||
|
||||
{
|
||||
qt3d = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qt3d-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "01q11bs7vjz1s5wdrdjq904dgl2m6l7r8d3vd2kyf7lx0j78qvd6";
|
||||
name = "qt3d-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qt3d-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0adczdz74mlmrb8w7hzjln1902isn7bgfbzpr1r18wasg6j8a4a1";
|
||||
name = "qt3d-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qt5compat = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qt5compat-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "06qndy534rzabxk9yq07dsl8fj1vd72lmck11r5xbajil3d9zjyg";
|
||||
name = "qt5compat-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qt5compat-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "11s225zq0hskkq61rrfhy65aqzdny7np00c75ngnl2ci6gz21hv8";
|
||||
name = "qt5compat-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtactiveqt = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtactiveqt-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "05hcnhxkajry4ha7ykmqr83p16qjipspwxid8l2rxgz80wy6aadv";
|
||||
name = "qtactiveqt-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtactiveqt-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0g3ak3jmh4fqjl0xh3vcj7hlw7k7902b2arqxa304hmh1s0dmblx";
|
||||
name = "qtactiveqt-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtbase = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtbase-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1b616gr7k8byfr2ns4vczs4kj3sznhlrlw9inpb3m8la48qllnfr";
|
||||
name = "qtbase-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtbase-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "08ng4gns21a3za3qszzw3yp3a2pxipma1zrl870xi97mrbn00bjv";
|
||||
name = "qtbase-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtcanvaspainter = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtcanvaspainter-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1l08zp68q3wcr9v5hh82kw6jqvc1wmnrjn7h9959psx520dwcdly";
|
||||
name = "qtcanvaspainter-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtcanvaspainter-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0q77hc83ynvnagwxa9z0j9rwvlzmyig06kklb7v5zvyfa1ra544a";
|
||||
name = "qtcanvaspainter-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtcharts = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtcharts-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0p2icmrwb6am7x2kgk9pnpa8ypi7jiscyaawgi0x31iaihqyvqrz";
|
||||
name = "qtcharts-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtcharts-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0agvnva90diqvllfvrd1smicar6nlv5pjqvwjfg509fih4xyasah";
|
||||
name = "qtcharts-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtconnectivity = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtconnectivity-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "14g5h0wixqy981cnn5f8gkjbji804f18gfjkzbanxd0lljg2h191";
|
||||
name = "qtconnectivity-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtconnectivity-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0dv0bqlvfdphk2a5pzq7fm222h6zvy87k18aaamq7585pmbimc45";
|
||||
name = "qtconnectivity-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtdatavis3d = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtdatavis3d-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1b4kcqfq5q79lm70f08qiksxl36laa9dgx9ladjk2xwl1af7n6hy";
|
||||
name = "qtdatavis3d-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtdatavis3d-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "07b61fkdzkhv3hfa7r6vfadd72bnyk4cgqwws5ns3y6nqlcnjknj";
|
||||
name = "qtdatavis3d-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtdeclarative = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtdeclarative-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "193ar0fcfzjjr7mi8i2622vip95qrr3qry949d9lyc5hf3v71rjj";
|
||||
name = "qtdeclarative-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtdeclarative-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0c5lqr8kbrfvaxh147d92vqbcirw7wj94sxwx8ih2f3ya5q7nnr1";
|
||||
name = "qtdeclarative-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtdoc = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtdoc-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1hd5z6prx2sbr3wxzkynrn2iyjllvkids505l2xg3p272j4b5306";
|
||||
name = "qtdoc-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtdoc-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1dsfnlsk0kihz55fnmyrybya9x3s88nam9jfpb5g68vk4n9if9sn";
|
||||
name = "qtdoc-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtgraphs = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtgraphs-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0qh43qxqg4biyrrsd78nmi4dm3dnbswa95cq8db2k3lans517cc4";
|
||||
name = "qtgraphs-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtgraphs-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "08cbzc0146j4d18dlqsw0qbilhcwk1hi9h8n84adsigs9a2hj8cz";
|
||||
name = "qtgraphs-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtgrpc = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtgrpc-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0l52w91hd2crq6zyh5a8arv07yixnwcr2pya74bxpk2hqpq08ys3";
|
||||
name = "qtgrpc-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtgrpc-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "14xdchng4sn90r2cva7wxrqlyzncpwkj11gscm4z73q5y0blcha4";
|
||||
name = "qtgrpc-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qthttpserver = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qthttpserver-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "01p7li9fvwnz2shx3d9wj9nnnnipya2q0whchyvgjqb8yzy71gq4";
|
||||
name = "qthttpserver-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qthttpserver-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "13mxwy5h41c96ykdkxlxcdf2pqv2gswyvyzxrzsj13x55cxpdxgh";
|
||||
name = "qthttpserver-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtimageformats = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtimageformats-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "04y4pa5krrpyiqn039d6m8bzcxj6pa1m850rz3bmw5xc8ml6rgxj";
|
||||
name = "qtimageformats-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtimageformats-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1y0123s8hry81059w8x46fv0i0425zv99g09cc3m0rabyc08kkff";
|
||||
name = "qtimageformats-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtlanguageserver = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtlanguageserver-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1vwavpi8swgs88pfjfddnb9cmsb4k1sjcgywp2rsnm6ay8vqa02h";
|
||||
name = "qtlanguageserver-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtlanguageserver-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0ppw27jsqsih48sd0iizfc2jwsxya8z0a9vjjaqhxjplxir45g1q";
|
||||
name = "qtlanguageserver-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtlocation = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtlocation-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "06z4hbiqki5chhmph131s71czyrjpnjvy3rxb4560vwy55vwx49p";
|
||||
name = "qtlocation-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtlocation-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0fn2clzz2wmc3lwzqlkwk07scvmmdhim1ihpxkv7dg8zw3nafl2d";
|
||||
name = "qtlocation-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtlottie = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtlottie-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0y969gp64imwh49d5zbnw0wi2yva9fsp6qn58617rs9kvkdzml70";
|
||||
name = "qtlottie-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtlottie-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0lj8a90frd265waypkwghabj0r9h5p6vh1dlrjksksyr2qkp2g7m";
|
||||
name = "qtlottie-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtmultimedia = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtmultimedia-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "02lvq1jk6m67m6z0w7vdzxhzmi441j8avvp79mfclfpfvm98w3rr";
|
||||
name = "qtmultimedia-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtmultimedia-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "17yd17qm0jxfimkqs843z5m86ciif1pcs8h66vdkqybbxh15wywn";
|
||||
name = "qtmultimedia-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtnetworkauth = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtnetworkauth-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0gan2qjv97d1387jqaiis2gigm6lz5jbk1k10x13w0yc5kr5n7cz";
|
||||
name = "qtnetworkauth-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtnetworkauth-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0nx03zab9jrzkrwali45czswlniwbh0v0nx17wwj8y5bfwqc50qc";
|
||||
name = "qtnetworkauth-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtopenapi = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtopenapi-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0nzl95w5pbfd6mfb6rzv6arz09pcm6siz1n07pgm9rrdr6z083a4";
|
||||
name = "qtopenapi-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtopenapi-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1873byinl4ikm3bncz869fjhn1z2jwj9s0bg3h9ncnn4kl0fp74b";
|
||||
name = "qtopenapi-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtpositioning = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtpositioning-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1xbq1xjjbhb41lfp9mli8a5rgqf5pniswv0161v6wa5f04cbkrnm";
|
||||
name = "qtpositioning-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtpositioning-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "16blmv0plbh0l214q6phfp7jb18201cyqk66v8555cd38fnibkyq";
|
||||
name = "qtpositioning-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtquick3d = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtquick3d-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0vs5bcz62r32gin0g4lb6wdmqrv0ypzar1s9wsza98la7zg8asy7";
|
||||
name = "qtquick3d-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtquick3d-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1d1pcy9ipjsipczrassn6h9jq2bx7v1457fg6wx3f9nvivqf3f1s";
|
||||
name = "qtquick3d-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtquick3dphysics = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtquick3dphysics-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1bvrmjb6m0ynq00ybdghvkbmwm237vff23ng8n4njysf05pns26i";
|
||||
name = "qtquick3dphysics-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtquick3dphysics-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0vmqvr68qq0caglackln225xj3p8srdycykw3m44iz458b7j8nhw";
|
||||
name = "qtquick3dphysics-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtquickeffectmaker = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtquickeffectmaker-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0sqk8hkkdibv0ayxrvpcbgj3dcwfngpd6qjp2xm15pcbx1q3xrng";
|
||||
name = "qtquickeffectmaker-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtquickeffectmaker-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1dswhg102b09x3p3iyldmwkhnkphcisl4jp2dbisacz9hirdq8vr";
|
||||
name = "qtquickeffectmaker-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtquicktimeline = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtquicktimeline-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "09wcx83yxif8r4v81h2jfj3wlj60wnc9k4dsp7hlah4yzm1zclxg";
|
||||
name = "qtquicktimeline-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtquicktimeline-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "05qxi1gqv02af28rlzlbmxc4v939i920gqblvrfh9i50002z22i5";
|
||||
name = "qtquicktimeline-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtremoteobjects = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtremoteobjects-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "06hiiyjpcgn8dp9jmgxj30nlrw73rqb869f0m63scccmqsarhqj0";
|
||||
name = "qtremoteobjects-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtremoteobjects-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1zbwg7pzswibjjx2vgcl3r4v47xhdwk0c9bik8bv3hlyg60rc32y";
|
||||
name = "qtremoteobjects-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtscxml = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtscxml-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0gr0j09isxgii3aivfvr35x40d9n0kj0g2icc7g7bzniwm2m4jcf";
|
||||
name = "qtscxml-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtscxml-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1zrmxhf2a58dynbxij08vxa6x7b6jllcfwvrhlhgpgzqlyxw957m";
|
||||
name = "qtscxml-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtsensors = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtsensors-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "13ygry3lybkgci6gkrd7k081l01icavzkiyy4g82drbvv9i70q93";
|
||||
name = "qtsensors-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtsensors-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "069ij142dvh4spqp9584pfqqj8265x659xb35wcf5s1jzd6y9j38";
|
||||
name = "qtsensors-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtserialbus = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtserialbus-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "02pj4jnxc4afl5ymv7w8asggpg0hdj3dbnwwcqd305b8il69qv64";
|
||||
name = "qtserialbus-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtserialbus-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1h9nvwhbfhb5js0458ha653n04d46m70j4gh8gn4bc7njnxcj1lg";
|
||||
name = "qtserialbus-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtserialport = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtserialport-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0x1r5l3kx7riprf0b2api0bcg0z755fq9vbgmx7px6pxiy4imwws";
|
||||
name = "qtserialport-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtserialport-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "13md2wdypib4wjw3mai8hqfyjjs4l67232dnxjr32ks42qv76fnz";
|
||||
name = "qtserialport-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtshadertools = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtshadertools-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1z42r414jid12jmhm1yf5kw44j886w01igav0kggkg13kcphax90";
|
||||
name = "qtshadertools-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtshadertools-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "070b41mzqf1b7xnxn2mh7ap79s2702a7bcwhd1c6axkmnyw4cl40";
|
||||
name = "qtshadertools-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtspeech = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtspeech-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "051z4yf22hkqhy3pkgxq8s77x06k4cd70i9jcmd8f99004cc6df0";
|
||||
name = "qtspeech-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtspeech-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "166bqmcffdncyr64zw4h99c9ng19nk30ys371br4j03ikpf0a7cw";
|
||||
name = "qtspeech-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtsvg = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtsvg-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "154adaicyy5wyz6yc95g3lm4iw9v2zdsd7l5qp107gr490pz0g3z";
|
||||
name = "qtsvg-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtsvg-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0xhq64622f6iz42xj4dn0jjgs4jwd9gbi1zyczxjck58xizk756m";
|
||||
name = "qtsvg-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qttasktree = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qttasktree-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1mjdwy3i24ggn2g82z5pg3grzhnaxmq7nmvdc7ba8dsdixzvjam2";
|
||||
name = "qttasktree-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qttasktree-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1n1yq8hws4yq0raanfkjj2r4z671mic2dspg2p6sc5hny292jxn0";
|
||||
name = "qttasktree-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qttools = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qttools-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "03gmr9zpf0raqcvqk2cpw9lblw907hsl5cb5c2fgm4wwcxd86qcf";
|
||||
name = "qttools-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qttools-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "07h4nhk02izczi1wz6dh7gab84vzk7rkm30wwq4pwbsibkrmm9wy";
|
||||
name = "qttools-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qttranslations = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qttranslations-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0xsnxhiqc3ybwvyn1jbhdf1sjmcf7v4mma6w9sxwg535420jrh1p";
|
||||
name = "qttranslations-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qttranslations-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0560cyg3j4fcsq7ikb7rraa8g5ymi9lscmmhqfmryylklz0q85h2";
|
||||
name = "qttranslations-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtvirtualkeyboard = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtvirtualkeyboard-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "073y02qmpwxxdqc4pkm6k9frghsjg1zppg2hip5b4hv269xrdim1";
|
||||
name = "qtvirtualkeyboard-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtvirtualkeyboard-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0bvwci70c4ng5zgzj621a723p22v58cmzbprbz6llkjw99rjcsjc";
|
||||
name = "qtvirtualkeyboard-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtwayland = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtwayland-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1cyr5frhglp2krxvpnqk9q426rgp6nr34ngnxpa42m7p0ajqly4m";
|
||||
name = "qtwayland-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtwayland-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "1pzr4a11dmlbpzfgcm7z95cvnm2r5pq71pg80vsi0aik75g63dwf";
|
||||
name = "qtwayland-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtwebchannel = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtwebchannel-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "10ld2nh6gd1v2ssbgqlf6w0lsjlqkjdfwqv85mn5krnnf45vbyv9";
|
||||
name = "qtwebchannel-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtwebchannel-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0pspql8j7yxjvvxwibavb4kw5lidh6a62rcjqbq8ga5xb2bi9czy";
|
||||
name = "qtwebchannel-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtwebengine = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtwebengine-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "10vhcvw8j60n0mf38bi3fjcx5v1i0cbfyn4wbqhzqn61qv66d737";
|
||||
name = "qtwebengine-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtwebengine-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0qy1lyykwwkp288v0y5kqnd1pmz8frzicpgfcldkv4zz02mc20b1";
|
||||
name = "qtwebengine-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtwebsockets = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtwebsockets-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "1gvgci383dfm4sljqlapdiva7jhks1i2z2ayck0wbj1436hklgi4";
|
||||
name = "qtwebsockets-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtwebsockets-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "18y9ycpmny1czkqz7c97hp7l89vxj34h56y5wf87czy3hg1jbzib";
|
||||
name = "qtwebsockets-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
qtwebview = {
|
||||
version = "6.11.1";
|
||||
version = "6.11.2";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.1/submodules/qtwebview-everywhere-src-6.11.1.tar.xz";
|
||||
sha256 = "0g8k4xs7b0s474x00ds4i8q9b164icdgrdg8ngln10nmf3pwhqld";
|
||||
name = "qtwebview-everywhere-src-6.11.1.tar.xz";
|
||||
url = "${mirror}/official_releases/qt/6.11/6.11.2/submodules/qtwebview-everywhere-src-6.11.2.tar.xz";
|
||||
sha256 = "0k0zi0pzbcvrrjfzhim55rbaar4xrdmpip9y5ppxxnl9xq4y28by";
|
||||
name = "qtwebview-everywhere-src-6.11.2.tar.xz";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user