mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
ati-drivers: update download URL
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
This commit is contained in:
parent
c64e1c214f
commit
09bb4b0292
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
inherit libXxf86vm xf86vidmodeproto;
|
||||
|
||||
src = fetchurl {
|
||||
url = https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-10-11-x86.x86_64.run;
|
||||
url = https://www2.ati.com/drivers/linux/ati-driver-installer-10-11-x86.x86_64.run;
|
||||
sha256 = "1z33w831ayx1j5lm9d1xv6whkmzsz9v8li3s8c96hwnwki6zpimr";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue