From 018ee1482bb5f377e9e7561cf11d7f43759a3148 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 3 Oct 2024 06:42:59 +0100 Subject: [PATCH] xwayland: 24.1.2 -> 24.1.3 Changes: https://lists.x.org/archives/xorg/2024-October/061730.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 ecca983c5d7d..db6d8c3259e3 100644 --- a/pkgs/servers/x11/xorg/xwayland.nix +++ b/pkgs/servers/x11/xorg/xwayland.nix @@ -49,11 +49,11 @@ stdenv.mkDerivation rec { pname = "xwayland"; - version = "24.1.2"; + version = "24.1.3"; src = fetchurl { url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz"; - hash = "sha256-FB63bn5CKjZhwIeCxwvkCTEIR1UELARQbg2X3UY+99I="; + hash = "sha256-3NtXpmzJsSTI+TZ2BZJiisTnRKfXsxeaqGGJrX6kyxA="; }; postPatch = ''