mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
committed by
github-actions[bot]
parent
27e7cf3a46
commit
e573bf1f24
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user