iwlwifi-4965 fix download url

This commit is contained in:
Cillian de Róiste 2013-02-16 19:30:56 +01:00
parent fa7b10255c
commit baf4e9309a

View File

@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
name = "iwlwifi-4965-ucode-228.57.1.21";
src = fetchurl {
url = "http://intellinuxwireless.org/iwlwifi/downloads/" + name + ".tgz";
url = "wireless.kernel.org/en/users/Drivers/iwlegacy?action=AttachFile&do=get&target=${name}.tgz";
name = "${name}.tgz";
sha256 = "1rry0kpzszxk60h5gb94advzi009010xb332iyvfpaiwbj6aiyas";
};