libinput: 1.9.2 → 1.9.3

This commit is contained in:
Jan Tojnar 2017-12-03 23:49:15 +01:00
parent b303e5fe74
commit c03896e0ae
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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