3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #140328 from eadwu/libinput/1.19.0

libinput: 1.18.1 -> 1.19.1
This commit is contained in:
Thomas Tuegel 2021-10-04 10:11:39 -05:00 committed by GitHub
commit f2eb4e965a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,11 @@ in
stdenv.mkDerivation rec {
pname = "libinput";
version = "1.18.1";
version = "1.19.1";
src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/libinput-${version}.tar.xz";
sha256 = "1jx7y48ym89grjz67jmn80h5j8c36qgwb0h5c703nln2zchl18cw";
sha256 = "sha256-C9z1sXg7c3hUt68coi32e8Nqb+fJz6cfAekUn5IgRG0=";
};
outputs = [ "bin" "out" "dev" ];