libinput: 1.28.1 -> 1.29.0 (#429852)

Changed files
+2 -2
pkgs
development
libraries
libinput
+2 -2
pkgs/development/libraries/libinput/default.nix
···
stdenv.mkDerivation rec {
pname = "libinput";
-
version = "1.28.1";
+
version = "1.29.0";
outputs = [
"bin"
···
owner = "libinput";
repo = "libinput";
rev = version;
-
hash = "sha256-kte5BzGEz7taW/ccnxmkJjXn3FeikzuD6Hm10l+X7c0=";
+
hash = "sha256-wZRec6zIOALy1O6/NRRl0VxuS16SiL5SjXsley4K+c0=";
};
patches = [