mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
iwlwifi-2030-ucode: url change
This commit is contained in:
parent
511f3b7a61
commit
86839c4a6d
|
@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
|
|||
name = "iwlwifi-2030-ucode-18.168.6.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://intellinuxwireless.org/iwlwifi/downloads/${name}.tgz";
|
||||
url = "http://wireless.kernel.org/en/users/Drivers/iwlwifi?action=AttachFile&do=get&target=${name}.tgz";
|
||||
name = "${name}.tgz";
|
||||
sha256 = "0b69jpb46fk63ybyyb8lbh99j1d29ayp8fl98l18iqy3q7mx4ry8";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue