libinput: 1.14.3 -> 1.15.0

This commit is contained in:
R. RyanTM 2020-01-06 11:15:33 -08:00
parent 17ab5f9d88
commit 7a71a86a03

View File

@ -27,11 +27,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "libinput";
version = "1.14.3";
version = "1.15.0";
src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/${pname}-${version}.tar.xz";
sha256 = "1dy58j8dvr7ri34bx0lppmh5638m956azgwk501w373hi42kmsqg";
sha256 = "1qa3b2fd4pv8ysf0mgwnyhqv9v48zgy3sy0q3a3vxcmwcvpizgxz";
};
outputs = [ "bin" "out" "dev" ];