Merge pull request #105700 from r-ryantm/auto-update/libinput

libinput: 1.16.3 -> 1.16.4
This commit is contained in:
Mario Rodas 2020-12-04 22:29:27 -05:00 committed by GitHub
commit 5438ca25d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,14 +27,14 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "libinput";
version = "1.16.3";
version = "1.16.4";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = pname;
repo = pname;
rev = version;
sha256 = "0dj2m92kh3xpnjmzp416c73hpw6ban0f6yj39chwxckdgyliak6z";
sha256 = "1c81429kh9av9fanxmnjw5rvsjbzcyi7d0dx0gkyq5yysmpmrppi";
};
outputs = [ "bin" "out" "dev" ];