xf86-input-libinput: 0.14.0 -> 0.15.0
This commit is contained in:
parent
5b3bbd1ac1
commit
7a2283b08e
|
@ -1448,11 +1448,11 @@ let
|
||||||
}) // {inherit inputproto xorgserver xproto ;};
|
}) // {inherit inputproto xorgserver xproto ;};
|
||||||
|
|
||||||
xf86inputlibinput = (mkDerivation "xf86inputlibinput" {
|
xf86inputlibinput = (mkDerivation "xf86inputlibinput" {
|
||||||
name = "xf86-input-libinput-0.14.0";
|
name = "xf86-input-libinput-0.15.0";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://xorg/individual/driver/xf86-input-libinput-0.14.0.tar.bz2;
|
url = mirror://xorg/individual/driver/xf86-input-libinput-0.15.0.tar.bz2;
|
||||||
sha256 = "0r92fkpbnydhjgni35zqpkl8fm225rivn8qqkw6ymranlnc5gl78";
|
sha256 = "0hcs05zx9mpyi9wajsps9qsbyq4v0c9wysp2l48qnr4l8587qw18";
|
||||||
};
|
};
|
||||||
buildInputs = [pkgconfig inputproto xorgserver xproto ];
|
buildInputs = [pkgconfig inputproto xorgserver xproto ];
|
||||||
}) // {inherit inputproto xorgserver xproto ;};
|
}) // {inherit inputproto xorgserver xproto ;};
|
||||||
|
|
Loading…
Reference in New Issue