xorg/xf86-video-chips: 1.2.7 -> 1.3.0

This commit is contained in:
Lengyel Balazs 2018-12-31 13:20:24 +01:00 committed by Robin Gloster
parent a8bc355b06
commit e8a384e0ca
2 changed files with 4 additions and 4 deletions

View File

@ -1704,11 +1704,11 @@ lib.makeScope newScope (self: with self; {
}) {};
xf86videochips = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation {
name = "xf86-video-chips-1.2.7";
name = "xf86-video-chips-1.3.0";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/driver/xf86-video-chips-1.2.7.tar.bz2;
sha256 = "0n4zypmbkjzkw36cjy2braaivhvj60np6w80lcs9mfpabs66ia3f";
url = mirror://xorg/individual/driver/xf86-video-chips-1.3.0.tar.bz2;
sha256 = "00nsyz0z8mkzinr5czkkajbw1fm6437q7f3dx027017jdhh4qb4p";
};
hardeningDisable = [ "bindnow" "relro" ];
nativeBuildInputs = [ pkgconfig ];

View File

@ -69,7 +69,7 @@ mirror://xorg/individual/driver/xf86-video-amdgpu-1.4.0.tar.bz2
mirror://xorg/individual/driver/xf86-video-ark-0.7.5.tar.bz2
mirror://xorg/individual/driver/xf86-video-ast-1.1.5.tar.bz2
mirror://xorg/individual/driver/xf86-video-ati-18.0.1.tar.bz2
mirror://xorg/individual/driver/xf86-video-chips-1.2.7.tar.bz2
mirror://xorg/individual/driver/xf86-video-chips-1.3.0.tar.bz2
mirror://xorg/individual/driver/xf86-video-cirrus-1.5.3.tar.bz2
mirror://xorg/individual/driver/xf86-video-dummy-0.3.8.tar.bz2
mirror://xorg/individual/driver/xf86-video-fbdev-0.4.4.tar.bz2