about summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authorHerman Fries <baracoder@googlemail.com>2021-07-09 15:06:42 +0200
committerHerman Fries <baracoder@googlemail.com>2021-07-09 15:06:42 +0200
commit3956639b58a4fee3debe975a38ab91642c960f07 (patch)
treebf42e7df5e55fcfdbbd191749e9fa82f8a872cda /pkgs/servers/x11
parent89d0555568a1a21c95a5a8bcbf6180faa89b9ab6 (diff)
xwayland: 21.1.1 -> 21.1.2
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 c16391a3c504b..84df46605fa57 100644
--- a/pkgs/servers/x11/xorg/xwayland.nix
+++ b/pkgs/servers/x11/xorg/xwayland.nix
@@ -43,10 +43,10 @@
 stdenv.mkDerivation rec {
 
   pname = "xwayland";
-  version = "21.1.1";
+  version = "21.1.2";
   src = fetchurl {
     url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
-    sha256 = "sha256-MfJhzlG77namyj7AKqNn/6K176K5hBLfV8zv16GQA84=";
+    sha256 = "sha256-uBy91a1guLetjD7MfsKijJvwIUSGcHNc67UB8Ivr0Ys=";
   };
 
   depsBuildBuild = [