Updating the nvidia x86_64 src (I don't know what's new - I simply saw a new package available)

svn path=/nixpkgs/trunk/; revision=15048
This commit is contained in:
Lluís Batlle i Rossell 2009-04-15 07:00:26 +00:00
parent 9471c2f7db
commit ec9e431b07

View File

@ -19,8 +19,8 @@ stdenv.mkDerivation {
}
else if stdenv.system == "x86_64-linux" then
fetchurl {
url = "http://us.download.nvidia.com/XFree86/Linux-x86_64/${versionNumber}/NVIDIA-Linux-x86_64-${versionNumber}-pkg0.run";
sha256 = "1x1pa8w8v4vciinr5ismp7zfl3nsn7x0k5n8m6r1cql6i0rxxgsy";
url = "http://us.download.nvidia.com/XFree86/Linux-x86_64/${versionNumber}/NVIDIA-Linux-x86_64-${versionNumber}-pkg2.run";
sha256 = "0d3zxvfl3aav7h692yarc3rf04hpg972zkxv7a941wmqx08f66xp";
}
else throw "nvidia-x11 does not support platform ${stdenv.system}";