From 6d097e33856c8359274dab4c07ee376a593cc51a Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Thu, 30 Mar 2023 07:55:31 +0200 Subject: [PATCH] xwayland 22.1.8 -> 23.1.1 Some notable changes since Xwayland 22.1 include: - Support for linux_dmabuf v4 protocol, - Support for wl_pointer.axis_v120 (high-resolution scrolling), - Support for xwayland_shell protocol, - Improved "rootful" mode for using Xwayland as a nested Xserver, - Improved emulated XRandR support exposing the output names, - Support for byte-swapped clients is now disabled by default. Link: https://lists.x.org/archives/xorg-announce/2023-February/003330.html --- pkgs/servers/x11/xorg/xwayland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix index a4635177f2f..a6c270182f7 100644 --- a/pkgs/servers/x11/xorg/xwayland.nix +++ b/pkgs/servers/x11/xorg/xwayland.nix @@ -43,11 +43,11 @@ stdenv.mkDerivation rec { pname = "xwayland"; - version = "22.1.8"; + version = "23.1.1"; src = fetchurl { url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz"; - sha256 = "sha256-0R7u5zKQuI6o2kKn2TUN7fq6hWzkrkTljARa2eyqL3M="; + sha256 = "sha256-+5Rh9cuf6l4H6RiCMRsMiLQ+iEOwF+usBeta9pqjTBU="; }; depsBuildBuild = [