0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

[Backport release-24.11] xwayland: 24.1.6 -> 24.1.7 (#417570)

This commit is contained in:
K900 2025-06-17 18:08:09 +03:00 committed by GitHub
commit dba86a6af4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,11 +51,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 = ''