Merge pull request #31947 from jtojnar/libinput-1.9.2

libinput: 1.9.1 → 1.9.2
This commit is contained in:
Samuel Leathers 2017-11-22 22:09:19 -05:00 committed by GitHub
commit 057e20a416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libinput-${version}";
version = "1.9.1";
version = "1.9.2";
src = fetchurl {
url = "http://www.freedesktop.org/software/libinput/${name}.tar.xz";
sha256 = "1y3559146zlfizncky1jlly226i66vwikxhpdkw0jg8v47j0sy7h";
sha256 = "0fyy050hzk47g7305lx5pgyh2abvq7qs4xd3nn1is7zy3wj56s6x";
};
outputs = [ "out" "dev" ];