3
0
Fork 0
forked from mirrors/nixpkgs

xorg/amdgpu: 1.4.0 -> 18.1.0

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

View file

@ -1652,11 +1652,11 @@ lib.makeScope newScope (self: with self; {
}) {};
xf86videoamdgpu = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, mesa_noglu, libGL, libdrm, udev, xorgserver }: stdenv.mkDerivation {
name = "xf86-video-amdgpu-1.4.0";
name = "xf86-video-amdgpu-18.1.0";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/driver/xf86-video-amdgpu-1.4.0.tar.bz2;
sha256 = "0z56ifw3xiq9dychv8chg1cny0hq4v3c1r9pqcybk5fp7nzw9jpq";
url = mirror://xorg/individual/driver/xf86-video-amdgpu-18.1.0.tar.bz2;
sha256 = "0wlnb929l3yqj4hdkzyxyhbaph13ac4villajgmbh66pa6xja7z1";
};
hardeningDisable = [ "bindnow" "relro" ];
nativeBuildInputs = [ pkgconfig ];

View file

@ -65,7 +65,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.4.0.tar.bz2
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