about summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-04-04 07:34:27 +0100
committerSergei Trofimovich <slyich@gmail.com>2024-04-04 07:36:05 +0100
commita9bbf8768b826a44f4f466247608711ef2044cc1 (patch)
treedf4c5bf47db84ac5cc12045e3bfe31d5c2074c29 /pkgs/servers/x11
parente52ada4e6beea931c244bf8cc4a75d8a07d62373 (diff)
xwayland: 23.2.4 -> 23.2.5
Changes: https://lists.x.org/archives/xorg/2024-April/061614.html
Diffstat (limited to 'pkgs/servers/x11')
-rw-r--r--pkgs/servers/x11/xorg/xwayland.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix
index 6b2efa04a5c4e..125b6cb78b9b8 100644
--- a/pkgs/servers/x11/xorg/xwayland.nix
+++ b/pkgs/servers/x11/xorg/xwayland.nix
@@ -46,11 +46,11 @@
 
 stdenv.mkDerivation rec {
   pname = "xwayland";
-  version = "23.2.4";
+  version = "23.2.5";
 
   src = fetchurl {
     url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
-    sha256 = "sha256-qZ4Vm20NMwmLO2qyKoi/zs4jyLnQynLFNcVdywaBtGs=";
+    hash = "sha256-M+x/8mh6WfqqUrmwmqjK8Rjn7Lau2JU/UmpiX/n0vZA=";
   };
 
   depsBuildBuild = [