xwayland: 24.1.11 -> 24.1.12 (#526956)

This commit is contained in:
K900
2026-06-02 04:22:50 +00:00
committed by GitHub
+2 -2
View File
@@ -56,11 +56,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xwayland";
version = "24.1.11";
version = "24.1.12";
src = fetchurl {
url = "mirror://xorg/individual/xserver/xwayland-${finalAttrs.version}.tar.xz";
hash = "sha256-JxFaGogZB4QJv2/s/rdyToE3vTZCbecAWls6rgohOP8=";
hash = "sha256-bfAsURuSwbmEhzTZ0bA6TCT4N1ujytpE6WhKIbX3jiE=";
};
postPatch = ''