Merge pull request #41974 from colemickens/libinput

libinput: 1.10.3 -> 1.11.0
This commit is contained in:
Yegor Timoshenko 2018-06-15 01:44:26 +00:00 committed by GitHub
commit e26d51e3d5
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.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" ];