libinput: 1.10.3 -> 1.11.0

This commit is contained in:
Cole Mickens 2018-06-13 23:14:03 -07:00 committed by Yegor Timoshenko
parent 6d31412b58
commit c78414f23e

View file

@ -16,11 +16,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libinput-${version}";
version = "1.10.3";
version = "1.11.0";
src = fetchurl {
url = "http://www.freedesktop.org/software/libinput/${name}.tar.xz";
sha256 = "0002xk9cqzpqrlhgav1wp8nimsbp9d2w8rd8mgygczq2hjar0lhd";
sha256 = "04mwl1v51b785h7q3v23hahr0qzr48qq1jzj7d3msjvgh97nr8v4";
};
outputs = [ "out" "dev" ];