From e0cd8720ff8e482c114a90b8c71fcee80597c304 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 17 Jun 2025 17:58:09 +0300 Subject: [PATCH] xwayland: 24.1.6 -> 24.1.7 (cherry picked from commit 8242df11f0a96d11400af77d2c2e70beacbde82a) --- 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 8f91bc79b73d..3bf74ba104b2 100644 --- a/pkgs/servers/x11/xorg/xwayland.nix +++ b/pkgs/servers/x11/xorg/xwayland.nix @@ -51,11 +51,11 @@ stdenv.mkDerivation rec { pname = "xwayland"; - version = "24.1.6"; + version = "24.1.7"; src = fetchurl { url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz"; - hash = "sha256-c35hLKNrvfQVqRFkTrdZLPk4mEaEe0f6RtxwW9dU0tc="; + hash = "sha256-99l+JICSh4o/fTxosl2rZSv5cNnmoX0w+/RXquoTnMs="; }; postPatch = ''