Update broadcom URL for broadcom-sta driver.
This commit is contained in:
parent
41256881bf
commit
e8220d3264
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||
name = "broadcom-sta-${version}-${kernel.version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.broadcom.com/docs/linux_sta/${tarball}";
|
||||
url = "https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/${tarball}";
|
||||
sha256 = hashes."${stdenv.system}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue