xwayland: 24.1.4 -> 24.1.5

This commit is contained in:
Rouven Czerwinski
2025-02-05 17:29:14 +01:00
parent 5f3540778e
commit 5458411446
+2 -2
View File
@@ -52,11 +52,11 @@
stdenv.mkDerivation rec {
pname = "xwayland";
version = "24.1.4";
version = "24.1.5";
src = fetchurl {
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
hash = "sha256-2Wp426uBn1V1AXNERESZW1Ax69zBW3ev672NvAKvNPQ=";
hash = "sha256-y0vRcOb6a1RboFZ76PaT0u7M/GLQTGcDfdFPBtqtNh0=";
};
postPatch = ''