libinput: 1.19.3 → 1.19.4

https://lists.x.org/archives/wayland-devel/2022-April/042161.html

Fixes: CVE-2022-1215
This commit is contained in:
Bobby Rong
2022-04-20 14:30:58 +08:00
parent eda888e821
commit 4e653dfd91

View File

@@ -44,13 +44,13 @@ in
stdenv.mkDerivation rec {
pname = "libinput";
version = "1.19.3";
version = "1.19.4";
outputs = [ "bin" "out" "dev" ];
src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/libinput-${version}.tar.xz";
sha256 = "sha256-PK54zN4Z19Dzh+WLxzTU0Xq19kJvVKnotyjJCxe6oGg=";
sha256 = "sha256-/zOlcLWpNsgebAg4moWBwmZTEdAmzj0iXIjQnEn5tEA=";
};
patches = [