libinput: 1.13.1 -> 1.13.2

https://lists.freedesktop.org/archives/wayland-devel/2019-May/040548.html
This commit is contained in:
Will Dietz 2019-05-09 13:22:11 -05:00
parent 9d3d5e98bc
commit 7d1246ca74
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -27,11 +27,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libinput-${version}";
version = "1.13.1";
version = "1.13.2";
src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/${name}.tar.xz";
sha256 = "1as190kl5mnlpqab4qvkxnm4h8vz5cf22r0ai4cb2azfg3a8gm71";
sha256 = "0vbapc90m49n0z8w8w4v0qf1iiwaixw9h79jfmps9pj8hdls17qx";
};
outputs = [ "bin" "out" "dev" ];