xorg.xf86video{ati,amdgpu}: 19.0.0 -> 19.0.1
https://lists.x.org/archives/xorg-announce/2019-March/002986.html https://lists.x.org/archives/xorg-announce/2019-March/002987.html
This commit is contained in:
parent
1be6087b1f
commit
84fb329ec1
2 changed files with 8 additions and 8 deletions
|
@ -1769,11 +1769,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-19.0.0";
|
||||
name = "xf86-video-amdgpu-19.0.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/driver/xf86-video-amdgpu-19.0.0.tar.bz2;
|
||||
sha256 = "0lag9jxd752ja7m7ngz3dmqffb5wbx4crdwjw74qx42m8xyi8dl8";
|
||||
url = mirror://xorg/individual/driver/xf86-video-amdgpu-19.0.1.tar.bz2;
|
||||
sha256 = "1mf6s7i423b2xyl469kwnakrpp5fr41sm8hh7vli5jxdd8crg8da";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
@ -1821,11 +1821,11 @@ lib.makeScope newScope (self: with self; {
|
|||
}) {};
|
||||
|
||||
xf86videoati = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, mesa_noglu, libGL, libdrm, udev, libpciaccess, xorgserver }: stdenv.mkDerivation {
|
||||
name = "xf86-video-ati-19.0.0";
|
||||
name = "xf86-video-ati-19.0.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/driver/xf86-video-ati-19.0.0.tar.bz2;
|
||||
sha256 = "0mzl7yp3qkvankh22758sgpaw9mg6jxsfbg6wy0nxfw4i0qpv46x";
|
||||
url = mirror://xorg/individual/driver/xf86-video-ati-19.0.1.tar.bz2;
|
||||
sha256 = "1c31g5q5p3nk9nscwikh1vvfnhdwsxiw7j8v678nlm34hrfh3djw";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
|
@ -88,11 +88,11 @@ mirror://xorg/individual/driver/xf86-input-mouse-1.9.3.tar.bz2
|
|||
mirror://xorg/individual/driver/xf86-input-synaptics-1.9.1.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-19.0.0.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-amdgpu-19.0.1.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-apm-1.3.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-19.0.0.tar.bz2
|
||||
mirror://xorg/individual/driver/xf86-video-ati-19.0.1.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
|
||||
|
|
Loading…
Reference in a new issue