xwayland: 24.1.4 -> 24.1.5 (#379654)

This commit is contained in:
K900
2025-02-05 22:04:38 +03:00
committed by GitHub
+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 = ''