xorg/xf86-input-mouse: 1.9.2 -> 1.9.3

This commit is contained in:
Lengyel Balazs 2018-12-31 14:05:21 +01:00 committed by Robin Gloster
parent cf334c3e0f
commit 730f3178b4
2 changed files with 4 additions and 4 deletions

View file

@ -1600,11 +1600,11 @@ lib.makeScope newScope (self: with self; {
}) {};
xf86inputmouse = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation {
name = "xf86-input-mouse-1.9.2";
name = "xf86-input-mouse-1.9.3";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/driver/xf86-input-mouse-1.9.2.tar.bz2;
sha256 = "0bsbgww9421792zan43j60mndqprhfxhc48agsi15d3abjqda9gl";
url = mirror://xorg/individual/driver/xf86-input-mouse-1.9.3.tar.bz2;
sha256 = "1iawr1wyl2qch1mqszcs0s84i92mh4xxprflnycbw1adc18b7v4k";
};
hardeningDisable = [ "bindnow" "relro" ];
nativeBuildInputs = [ pkgconfig ];

View file

@ -68,7 +68,7 @@ mirror://xorg/individual/driver/xf86-input-evdev-2.10.5.tar.bz2
mirror://xorg/individual/driver/xf86-input-joystick-1.6.3.tar.bz2
mirror://xorg/individual/driver/xf86-input-keyboard-1.9.0.tar.bz2
mirror://xorg/individual/driver/xf86-input-libinput-0.28.1.tar.bz2
mirror://xorg/individual/driver/xf86-input-mouse-1.9.2.tar.bz2
mirror://xorg/individual/driver/xf86-input-mouse-1.9.3.tar.bz2
mirror://xorg/individual/driver/xf86-input-synaptics-1.9.1.tar.bz2
mirror://xorg/individual/driver/xf86-input-vmmouse-13.1.0.tar.bz2
mirror://xorg/individual/driver/xf86-input-void-1.4.1.tar.bz2