lol

qt6.qtwayland: fix a crash issue with popup/submenus

Nick Cao 80e1bce5 e9bd852a

+6
+6
pkgs/development/libraries/qt-6/modules/qtwayland.nix
··· 19 19 url = "https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=6fe83f6076423068b652fa4fcb0b5adbd297f2a8"; 20 20 hash = "sha256-TlZozKezpYm90B9qFP9qv76asRdIt+5bq9E3GcmFiDc="; 21 21 }) 22 + # Fix potential crash issues when some submenus are expanded 23 + # https://codereview.qt-project.org/c/qt/qtwayland/+/519344/ 24 + (fetchpatch { 25 + url = "https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=aae65c885d8e38d8abc2959cded7b5e9e5fc88b3"; 26 + hash = "sha256-FD1VaiTgl9Z1y+5EDpWYShM1ULoFdET86FoFfqDmjyo="; 27 + }) 22 28 ]; 23 29 }