diff options
| author | Rouven Czerwinski <rouven@czerwinskis.de> | 2022-10-20 14:07:54 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-25 07:21:55 +0000 |
| commit | 2ab0349211ad37854132dc50d185f76fb9f3f5bf (patch) | |
| tree | abed8767b2bce9c6c906bdb4de6d841daee1b100 | |
| parent | Merge pull request #202272 from Enzime/backport-181797-to-release-22.05 (diff) | |
| download | nixpkgs-2ab0349211ad37854132dc50d185f76fb9f3f5bf.tar.gz | |
xwayland: 22.1.3 -> 22.1.5
Package bump:
- Grabs are now deactivated on Xwayland, leaving them to the compositor
- Memleak and length-check fixes for xkb
- Fix for kinetic scrolling
- Delayed wl_surface destruction to fix a race
(cherry picked from commit 152ed82e8f880d732565d63634d7333e48eb7a83)
| -rw-r--r-- | pkgs/servers/x11/xorg/xwayland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix index 134e992a56c8..56218a357221 100644 --- a/pkgs/servers/x11/xorg/xwayland.nix +++ b/pkgs/servers/x11/xorg/xwayland.nix @@ -43,11 +43,11 @@ stdenv.mkDerivation rec { pname = "xwayland"; - version = "22.1.3"; + version = "22.1.5"; src = fetchurl { url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz"; - sha256 = "sha256-pxLre84yzZNN82gUtd0EaqZwiZwW/pjyr7ADV4+GocU="; + sha256 = "sha256-4xesHxGfgyFlSSF2FCCQHkq9lVhajHY84mrzsEWsFnI="; }; depsBuildBuild = [ |
