xwayland: 22.1.0 -> 22.1.1
Minor release bump with various use-after-free fixes and a fix for windowed vulkan windows rendering at 58FPS instead of the expected 60FPS. Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
This commit is contained in:
parent
4dbe6fbd69
commit
850992fc1f
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue