xwayland: 24.1.3 -> 24.1.4

Changes: https://lists.x.org/archives/xorg-announce/2024-October/003545.html
This commit is contained in:
Sergei Trofimovich
2024-10-30 06:23:28 +00:00
parent ccd7e10e00
commit 9d81428514
+2 -2
View File
@@ -49,11 +49,11 @@
stdenv.mkDerivation rec {
pname = "xwayland";
version = "24.1.3";
version = "24.1.4";
src = fetchurl {
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
hash = "sha256-3NtXpmzJsSTI+TZ2BZJiisTnRKfXsxeaqGGJrX6kyxA=";
hash = "sha256-2Wp426uBn1V1AXNERESZW1Ax69zBW3ev672NvAKvNPQ=";
};
postPatch = ''