xorg.xf86videoati: 7.9.0 -> 18.0.1

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 18.0.1 with grep in /nix/store/00hw6alrivxhdl0x9alclhidmnq358mb-xf86-video-ati-18.0.1
- directory tree listing: https://gist.github.com/094fbc79ea86324a9b95f4784be3e1cd
This commit is contained in:
Ryan Mulligan 2018-03-21 06:54:54 -07:00 committed by obadz
parent a54709202e
commit e3fe9f0b15

View file

@ -1868,11 +1868,11 @@ let
}) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ;};
xf86videoati = (mkDerivation "xf86videoati" {
name = "xf86-video-ati-7.9.0";
name = "xf86-video-ati-18.0.1";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/driver/xf86-video-ati-7.9.0.tar.bz2;
sha256 = "0xcq0lncb5p4sas5866qpkjyp1v8ksalw7m1gmqb3brhccp8gb9w";
url = mirror://xorg/individual/driver/xf86-video-ati-18.0.1.tar.bz2;
sha256 = "180l2yw8c63cbcs3zk729vx439aig1d7yicpyxj0nmfl4y0kpskj";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ fontsproto libdrm udev libpciaccess randrproto renderproto videoproto xextproto xf86driproto xorgserver xproto ];