xwayland: 24.1.6 -> 24.1.7

This commit is contained in:
K900
2025-06-17 17:58:09 +03:00
parent ab841a95bf
commit 8242df11f0
+2 -2
View File
@@ -54,11 +54,11 @@
stdenv.mkDerivation rec {
pname = "xwayland";
version = "24.1.6";
version = "24.1.7";
src = fetchurl {
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
hash = "sha256-c35hLKNrvfQVqRFkTrdZLPk4mEaEe0f6RtxwW9dU0tc=";
hash = "sha256-99l+JICSh4o/fTxosl2rZSv5cNnmoX0w+/RXquoTnMs=";
};
postPatch = ''