libinput: 1.15.0 -> 1.15.1

This commit is contained in:
R. RyanTM 2020-02-12 16:09:36 +00:00 committed by Frederik Rietdijk
parent 8e5d6824a9
commit 2277a41b55

View File

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