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

libinput: 1.12.6 -> 1.13.1
This commit is contained in:
worldofpeace 2019-04-10 11:14:15 -04:00 committed by GitHub
commit be62e46e8e
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.12.6";
version = "1.13.1";
src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/${name}.tar.xz";
sha256 = "0pgla0mc6mvyr1ljy10mcqvfz8i5z6yp7dbx2bcd70y67wx05d0j";
sha256 = "1as190kl5mnlpqab4qvkxnm4h8vz5cf22r0ai4cb2azfg3a8gm71";
};
outputs = [ "bin" "out" "dev" ];