mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
xf86-video-{ati,amdgpu}: maintenance updates
This commit is contained in:
parent
f12378e5b7
commit
8aad4e8602
|
@ -1681,11 +1681,11 @@ let
|
|||
}) // {inherit ;};
|
||||
|
||||
xf86videoamdgpu = (mkDerivation "xf86videoamdgpu" {
|
||||
name = "xf86-video-amdgpu-1.1.0";
|
||||
name = "xf86-video-amdgpu-1.1.2";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/driver/xf86-video-amdgpu-1.1.0.tar.bz2;
|
||||
sha256 = "0cbrqpmi1hgbsi0i93v0yp7lv3wf4s0vbdlrj19cxmglv7gd1xb9";
|
||||
url = mirror://xorg/individual/driver/xf86-video-amdgpu-1.1.2.tar.bz2;
|
||||
sha256 = "0y87d4rhm5r71qpzcmmz4q37f3d3461jzh3sr99j7lbhdpnpzs3f";
|
||||
};
|
||||
buildInputs = [pkgconfig fontsproto mesa libdrm udev randrproto renderproto videoproto xextproto xf86driproto xorgserver xproto ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
|
@ -1714,11 +1714,11 @@ let
|
|||
}) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ;};
|
||||
|
||||
xf86videoati = (mkDerivation "xf86videoati" {
|
||||
name = "xf86-video-ati-7.7.0";
|
||||
name = "xf86-video-ati-7.7.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/driver/xf86-video-ati-7.7.0.tar.bz2;
|
||||
sha256 = "1hy1n8an98mflfbdcb3q7wv59x971j7nf9zhivf90p0lgdbiqkc4";
|
||||
url = mirror://xorg/individual/driver/xf86-video-ati-7.7.1.tar.bz2;
|
||||
sha256 = "1387cn4b2wwawvzqmy17hrg9d394pl5r5if5jn831vk2vf48b980";
|
||||
};
|
||||
buildInputs = [pkgconfig fontsproto libdrm udev libpciaccess randrproto renderproto videoproto xextproto xf86driproto xorgserver xproto ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
|
|
|
@ -127,10 +127,10 @@ mirror://xorg/individual/driver/xf86-input-mouse-1.9.1.tar.bz2
|
|||
mirror://xorg/individual/driver/xf86-input-synaptics-1.8.3.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
|
||||
mirror://xorg/individual/driver/xf86-video-amdgpu-1.1.0.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-amdgpu-1.1.2.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-7.7.0.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-ati-7.7.1.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-nouveau-1.0.12.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-chips-1.2.6.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-cirrus-1.5.3.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue