about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-04-08 21:54:25 +0300
committerGitHub <noreply@github.com>2022-04-08 21:54:25 +0300
commita508643346dfadf77678e5eda8651778eabcb4e7 (patch)
tree643967c93b1628d33d5035353923694ac425ce42
parent59ea4bffb5965d34cc7e7a04df14abfa11bb087a (diff)
parent850992fc1f740708e35a52f8063d980675b9a82d (diff)
Merge pull request #166540 from Emantor/bump/xwayland
-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 53dfdc529cb60..97414481a915f 100644
--- a/pkgs/servers/x11/xorg/xwayland.nix
+++ b/pkgs/servers/x11/xorg/xwayland.nix
@@ -44,10 +44,10 @@
 stdenv.mkDerivation rec {
 
   pname = "xwayland";
-  version = "22.1.0";
+  version = "22.1.1";
   src = fetchurl {
     url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
-    sha256 = "sha256-F1LW0Kkw5xKStaMI04EevVTYzGjKz/RN5lQmW4YXor8=";
+    sha256 = "sha256-9dDgujfhm7h8YvYdpZcL0gSTnyEgYglkvtTMhJW6plc=";
   };
 
   depsBuildBuild = [