xwayland: 23.2.2 -> 23.2.3

Fixes CVE-2023-6377 and CVE-2023-6478.

Announcement: https://lists.x.org/archives/xorg-announce/2023-December/003437.html
This commit is contained in:
Rouven Czerwinski
2023-12-13 16:33:41 +01:00
parent a9bf124c46
commit 352fd9f9de
+2 -2
View File
@@ -45,11 +45,11 @@
stdenv.mkDerivation rec {
pname = "xwayland";
version = "23.2.2";
version = "23.2.3";
src = fetchurl {
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
sha256 = "sha256-n3wJONKkHpQf+gT5nDXl2yvNPuwDSv6NNdXIEKIusKg=";
sha256 = "sha256-652apyMsR0EsiDXsFal8V18DVjcmx4d1T/DAGb0H4wI=";
};
depsBuildBuild = [