summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ati-drivers/default.nix
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2014-12-10 21:12:54 +0100
committerJascha Geerds <jg@ekby.de>2014-12-10 21:12:54 +0100
commit3525f7135f9e7ce532facf815c4132b2d9fb7d95 (patch)
tree5eff9487157f22c461f9999bba6c9da23e585603 /pkgs/os-specific/linux/ati-drivers/default.nix
parent0b1d16cff2db61def2df4576f3d999ed115859ba (diff)
downloadnixpkgs-3525f7135f9e7ce532facf815c4132b2d9fb7d95.tar
nixpkgs-3525f7135f9e7ce532facf815c4132b2d9fb7d95.tar.gz
nixpkgs-3525f7135f9e7ce532facf815c4132b2d9fb7d95.tar.bz2
nixpkgs-3525f7135f9e7ce532facf815c4132b2d9fb7d95.tar.lz
nixpkgs-3525f7135f9e7ce532facf815c4132b2d9fb7d95.tar.xz
nixpkgs-3525f7135f9e7ce532facf815c4132b2d9fb7d95.tar.zst
nixpkgs-3525f7135f9e7ce532facf815c4132b2d9fb7d95.zip
ati-driver: Bump version to 14.12
Diffstat (limited to 'pkgs/os-specific/linux/ati-drivers/default.nix')
-rw-r--r--pkgs/os-specific/linux/ati-drivers/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/ati-drivers/default.nix b/pkgs/os-specific/linux/ati-drivers/default.nix
index 11657d34291..ded70890edd 100644
--- a/pkgs/os-specific/linux/ati-drivers/default.nix
+++ b/pkgs/os-specific/linux/ati-drivers/default.nix
@@ -31,7 +31,7 @@ assert (!libsOnly) -> kernel != null;
 with stdenv.lib;
 
 stdenv.mkDerivation {
-  name = "ati-drivers-14.4" + (optionalString (!libsOnly) "-${kernel.version}");
+  name = "ati-drivers-14.12" + (optionalString (!libsOnly) "-${kernel.version}");
 
   builder = ./builder.sh;
 
@@ -39,13 +39,12 @@ stdenv.mkDerivation {
   gcc = stdenv.gcc.gcc;
 
   src = fetchurl {
-    url = http://www2.ati.com/drivers/linux/amd-catalyst-14-4-rev2-linux-x86-x86-64-may6.zip;
-    sha256 = "1xbhn55yifis9b0lzb3s03hc1bcq8jmy7l96m4x8d842n7ji7qlk";
+    url = http://www2.ati.com/drivers/linux/amd-catalyst-omega-14.12-linux-run-installers.zip;
+    sha256 = "0jd2scrdlyapynxfjdrarnwcdzxjqrk5fg5i10g3bm0ay8v9hrk8";
     curlOpts = "--referer http://support.amd.com/en-us/download/desktop?os=Linux%20x86_64";
   };
 
   # most patches are taken from gentoo
-  patchPhase = "patch -p1 < ${./gentoo-patches.patch}";
   patchPhaseSamples = "patch -p2 < ${./patch-samples.patch}";
 
   buildInputs =