rxvt-unicode: cherry-pick upstream bug fix affecting tmux (#425291)

authored by Michele Guerini Rocco and committed by GitHub e179397a 1470e97e

+6
+6
pkgs/applications/terminal-emulators/rxvt-unicode/default.nix
··· 113 113 ) 114 114 ++ [ 115 115 ./patches/256-color-resources.patch 116 + (fetchPatchFromAUR { 117 + name = "7-bit-queries.patch"; 118 + package = "rxvt-unicode-truecolor-wide-glyphs"; 119 + rev = "61ed186890a2bf37585e4704a095be61e6504ac6"; 120 + sha256 = "1xpv6g3bhxq5gp40k3rp8yjp4xrw7dr2g9sfkdmj0gi3rr0myx46"; 121 + }) 116 122 ] 117 123 ++ lib.optional (perlSupport && lib.versionAtLeast perl.version "5.38") (fetchpatch { 118 124 name = "perl538-locale-c.patch";