xwayland: 24.1.3 -> 24.1.4 (#352289)

This commit is contained in:
K900
2024-10-30 10:33:23 +03:00
committed by GitHub
+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 = ''