libinput: 1.18.1 -> 1.19.1

This commit is contained in:
Edmund Wu 2021-09-21 10:35:22 -04:00
parent 736240e7d7
commit 41a1204bb4
No known key found for this signature in database
GPG key ID: 0D62311F6343DE1A

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" ];