lol

punes-qt6: Fix Qt 6.9 compat (#405844)

authored by

Aleksana and committed by
GitHub
f7c79ff0 bf83d0f8

+10 -2
+10 -2
pkgs/applications/emulators/punes/default.nix
··· 31 31 32 32 patches = [ 33 33 # Fix FTBFS with Qt 6.7.1 34 - # Remove when https://github.com/punesemu/puNES/pull/403 merged & in release 34 + # Remove when version > 0.111 35 35 (fetchpatch { 36 36 name = "0001-punes-Fix-compatibility-with-Qt-6.7.1.patch"; 37 - url = "https://github.com/punesemu/puNES/commit/78c72d2dfcd570e7463a78da10904cebae6127f5.patch"; 37 + url = "https://github.com/punesemu/puNES/commit/6e51b1a6107ad3de97edd40ae4ec2d41b32d804f.patch"; 38 38 hash = "sha256-xRalKIOb1qWgqJsFLcm7uUOblEfHDYbkukmcr4/+4Qc="; 39 + }) 40 + 41 + # Fix FTBFS with Qt 6.9 42 + # Remove when version > 0.111 43 + (fetchpatch { 44 + name = "0002-punes-Updated-code-for-Qt-6.9.0-compatibility.patch"; 45 + url = "https://github.com/punesemu/puNES/commit/ff906e0a79eeac9a2d16783e0accf65748bb275e.patch"; 46 + hash = "sha256-+s7AdaUBgCseQs6Mxat/cDmQ77s6K6J0fUfyihP82jM="; 39 47 }) 40 48 ]; 41 49