xwayland: 22.1.1 -> 22.1.3 (#174926)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Rouven Czerwinski 2022-07-23 21:21:25 +02:00 committed by GitHub
parent ac4755181f
commit 8ad9860b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,12 +42,12 @@
, defaultFontPath ? "" }: , defaultFontPath ? "" }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xwayland"; pname = "xwayland";
version = "22.1.1"; version = "22.1.3";
src = fetchurl { src = fetchurl {
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz"; url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
sha256 = "sha256-9dDgujfhm7h8YvYdpZcL0gSTnyEgYglkvtTMhJW6plc="; sha256 = "sha256-pxLre84yzZNN82gUtd0EaqZwiZwW/pjyr7ADV4+GocU=";
}; };
depsBuildBuild = [ depsBuildBuild = [