mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 12:18:15 +00:00
xwayland: 24.1.1 -> 24.1.2
Changes: https://lists.x.org/archives/xorg/2024-August/061710.html
This commit is contained in:
parent
4755568545
commit
796d1b3e85
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user