Skip to content

Commit ab91d4f

Browse files
authored
[Backport release-25.05] xwayland: 24.1.6 -> 24.1.7 (#417573)
2 parents a0e85c9 + 68d0e8f commit ab91d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/x11/xorg/xwayland.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454

5555
stdenv.mkDerivation rec {
5656
pname = "xwayland";
57-
version = "24.1.6";
57+
version = "24.1.7";
5858

5959
src = fetchurl {
6060
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
61-
hash = "sha256-c35hLKNrvfQVqRFkTrdZLPk4mEaEe0f6RtxwW9dU0tc=";
61+
hash = "sha256-99l+JICSh4o/fTxosl2rZSv5cNnmoX0w+/RXquoTnMs=";
6262
};
6363

6464
postPatch = ''

0 commit comments

Comments
 (0)