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
This commit is contained in:
parent
af50806f7c
commit
152ed82e8f
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue