Merge pull request #61204 from dtzWill/update/libinput-1.13.2

libinput: 1.13.1 -> 1.13.2
This commit is contained in:
Will Dietz 2019-05-11 01:28:38 -05:00 committed by GitHub
commit 2303d2c718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libinput-${version}";
version = "1.13.1";
version = "1.13.2";
src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/${name}.tar.xz";
sha256 = "1as190kl5mnlpqab4qvkxnm4h8vz5cf22r0ai4cb2azfg3a8gm71";
sha256 = "0vbapc90m49n0z8w8w4v0qf1iiwaixw9h79jfmps9pj8hdls17qx";
};
outputs = [ "bin" "out" "dev" ];