xwayland: 24.1.12 -> 24.1.13

announcement: https://lists.x.org/archives/xorg-announce/2026-July/003717.html
advisory: https://lists.x.org/archives/xorg-announce/2026-July/003716.html

Fixes: CVE-2026-55999, CVE-2026-56000
(cherry picked from commit 74aae8a95a)
This commit is contained in:
whispers
2026-07-07 22:02:27 -04:00
committed by github-actions[bot]
parent 27e7cf3a46
commit e573bf1f24

View File

@@ -56,11 +56,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xwayland";
version = "24.1.12";
version = "24.1.13";
src = fetchurl {
url = "mirror://xorg/individual/xserver/xwayland-${finalAttrs.version}.tar.xz";
hash = "sha256-bfAsURuSwbmEhzTZ0bA6TCT4N1ujytpE6WhKIbX3jiE=";
hash = "sha256-FzrqPW95YJFkwEUo4cjkybYPzVk5HDydrUZnKX1yf7Y=";
};
postPatch = ''