linuxPackages.rtl8821au: unstable-2023-07-23 -> unstable-2024-03-16
This includes a build fix against Linux 6.8.
This commit is contained in:
parent
d691274a97
commit
cedeb6c36b
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "rtl8821au";
|
pname = "rtl8821au";
|
||||||
version = "${kernel.version}-unstable-2023-07-23";
|
version = "${kernel.version}-unstable-2024-03-16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "morrownr";
|
owner = "morrownr";
|
||||||
repo = "8821au-20210708";
|
repo = "8821au-20210708";
|
||||||
rev = "0dc022287b0ab534efa885881eaa65c5503291be";
|
rev = "168ac48174067e17ffb9f8b15ab802f37447dacc";
|
||||||
hash = "sha256-pLRBWdqlv9A39VbCS8dymTCJHcwJooqD8v6mTbOsBz0=";
|
hash = "sha256-eB9RCoU5jg5fgZkfcef9fsQ6tyD8gTPD+wYcR6PbWNw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;
|
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;
|
||||||
|
|
Loading…
Reference in a new issue