mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
xorg/xf86-video-chips: 1.2.7 -> 1.3.0
This commit is contained in:
parent
a8bc355b06
commit
e8a384e0ca
@ -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 ];
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user