mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
xwayland: 24.1.11 -> 24.1.12
Announcement: https://lists.x.org/archives/xorg-announce/2026-June/003704.html Advisory: https://lists.x.org/archives/xorg-announce/2026-June/003702.html
This commit is contained in:
parent
ffa10e26ae
commit
7bf858875a
1 changed files with 2 additions and 2 deletions
|
|
@ -56,11 +56,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xwayland";
|
||||
version = "24.1.11";
|
||||
version = "24.1.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/xserver/xwayland-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-JxFaGogZB4QJv2/s/rdyToE3vTZCbecAWls6rgohOP8=";
|
||||
hash = "sha256-bfAsURuSwbmEhzTZ0bA6TCT4N1ujytpE6WhKIbX3jiE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue