libinput: 1.15.4 -> 1.15.5

This commit is contained in:
R. RyanTM 2020-05-05 14:56:36 +00:00 committed by Frederik Rietdijk
parent 3350c080e2
commit b6e2d80a3d

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.4"; version = "1.15.5";
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 = "1ha5qyak1ka5npy5i6hzqfpii8samkj389mkppj4wdsfv536i2ww"; sha256 = "15ww4jl3lcxyi8m8idg8canklbqv729gnwpkz7r98c1w8a7zq3m9";
}; };
outputs = [ "bin" "out" "dev" ]; outputs = [ "bin" "out" "dev" ];