xwayland: 24.1.1 -> 24.1.2

Changes: https://lists.x.org/archives/xorg/2024-August/061710.html
This commit is contained in:
Sergei Trofimovich 2024-08-07 21:55:28 +01:00
parent 4755568545
commit 796d1b3e85

View File

@ -49,11 +49,11 @@
stdenv.mkDerivation rec {
pname = "xwayland";
version = "24.1.1";
version = "24.1.2";
src = fetchurl {
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
hash = "sha256-cSW+4LEDNYBdf1ulffqjWaeFCvGmhSTx2Xs2J0GlGDI=";
hash = "sha256-FB63bn5CKjZhwIeCxwvkCTEIR1UELARQbg2X3UY+99I=";
};
postPatch = ''