Merge pull request #47870 from dtzWill/update/libinput-0.12.1

libinput: 0.12.0 -> 0.12.1
This commit is contained in:
Yegor Timoshenko 2018-10-04 20:25:21 +00:00 committed by GitHub
commit ca45028055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libinput-${version}";
version = "1.12.0";
version = "1.12.1";
src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/${name}.tar.xz";
sha256 = "1901wxh9k8kz3krfmvacf8xa8r4idfyisw8d80a2ql0bxiw2pb0m";
sha256 = "14l6bvgq76ls63qc9c448r435q9xiig0rv8ilx6rnjvlgg64h32p";
};
outputs = [ "bin" "out" "dev" ];