linuxPackages.rtw88: unstable-2023-07-23 -> 0-unstable-2024-07-27
Newer versions of the out-of-tree rtw88 driver feature significantly expanded hardware support, including many hardware previously supported by the rtl8821au driver.
This commit is contained in:
parent
e9ee548d90
commit
9573db47a5
@ -5,13 +5,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "rtw88";
|
pname = "rtw88";
|
||||||
version = "unstable-2023-07-23";
|
version = "0-unstable-2024-07-27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lwfinger";
|
owner = "lwfinger";
|
||||||
repo = "rtw88";
|
repo = "rtw88";
|
||||||
rev = "9b6fe04a741a6b0a1edc5ca134927784bff033a5";
|
rev = "610e04fc38343dcdcef95475c1579efc07572f1f";
|
||||||
hash = "sha256-OzaIy+WTrljwAhC73wEIRUXrkz1NrGNJAS3zofQyV6E=";
|
hash = "sha256-54XhluBnspjyKR+OjYRa5g66N8F0d/oV3x89IV3zdT0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||||
|
Loading…
Reference in New Issue
Block a user