mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
xorg/xf86-video-chips: 1.3.4 -> 1.4.0
This commit is contained in:
parent
0e6814e11a
commit
3da970b8c9
2 changed files with 4 additions and 4 deletions
|
@ -1834,11 +1834,11 @@ lib.makeScope newScope (self: with self; {
|
|||
}) {};
|
||||
|
||||
xf86videochips = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation {
|
||||
name = "xf86-video-chips-1.3.0";
|
||||
name = "xf86-video-chips-1.4.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/driver/xf86-video-chips-1.3.0.tar.bz2;
|
||||
sha256 = "00nsyz0z8mkzinr5czkkajbw1fm6437q7f3dx027017jdhh4qb4p";
|
||||
url = mirror://xorg/individual/driver/xf86-video-chips-1.4.0.tar.bz2;
|
||||
sha256 = "1gqzy7q9v824m7hqkbbmncxg082zm0d4mafgc97c4skyiwgf9wq7";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
|
@ -89,7 +89,7 @@ mirror://xorg/individual/driver/xf86-video-amdgpu-18.1.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.3.0.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-chips-1.4.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.5.0.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue