xf86-video-amdgpu: 1.1.2 -> 1.2.0
I only tested building, as I've got no compatible GPU.
This commit is contained in:
parent
7f5af41140
commit
16a0657c9b
|
@ -1681,11 +1681,11 @@ let
|
|||
}) // {inherit ;};
|
||||
|
||||
xf86videoamdgpu = (mkDerivation "xf86videoamdgpu" {
|
||||
name = "xf86-video-amdgpu-1.1.2";
|
||||
name = "xf86-video-amdgpu-1.2.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/driver/xf86-video-amdgpu-1.1.2.tar.bz2;
|
||||
sha256 = "0y87d4rhm5r71qpzcmmz4q37f3d3461jzh3sr99j7lbhdpnpzs3f";
|
||||
url = mirror://xorg/individual/driver/xf86-video-amdgpu-1.2.0.tar.bz2;
|
||||
sha256 = "13vcwxswhzq611ly890fcl11vkpai7gs303l7nx5azqjbyn1lnr7";
|
||||
};
|
||||
buildInputs = [pkgconfig fontsproto mesa libdrm udev randrproto renderproto videoproto xextproto xf86driproto xorgserver xproto ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
|
|
|
@ -127,7 +127,7 @@ mirror://xorg/individual/driver/xf86-input-mouse-1.9.2.tar.bz2
|
|||
mirror://xorg/individual/driver/xf86-input-synaptics-1.9.0.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.2.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-amdgpu-1.2.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-7.8.0.tar.bz2
|
||||
|
|
Loading…
Reference in New Issue