xwayland: 24.1.6 -> 24.1.7 (#417568)

authored by K900 and committed by GitHub c6ce4a28 0bb87911

+2 -2
+2 -2
pkgs/servers/x11/xorg/xwayland.nix
··· 54 54 55 55 stdenv.mkDerivation rec { 56 56 pname = "xwayland"; 57 - version = "24.1.6"; 57 + version = "24.1.7"; 58 58 59 59 src = fetchurl { 60 60 url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz"; 61 - hash = "sha256-c35hLKNrvfQVqRFkTrdZLPk4mEaEe0f6RtxwW9dU0tc="; 61 + hash = "sha256-99l+JICSh4o/fTxosl2rZSv5cNnmoX0w+/RXquoTnMs="; 62 62 }; 63 63 64 64 postPatch = ''