linuxPackages.rtl8821au: unstable-2023-07-23 -> unstable-2024-03-16

This includes a build fix against Linux 6.8.
This commit is contained in:
Alois Wohlschlager 2024-03-16 14:24:33 +01:00
parent d691274a97
commit cedeb6c36b
No known key found for this signature in database
GPG Key ID: E0F59EA5E5216914
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "rtl8821au";
version = "${kernel.version}-unstable-2023-07-23";
version = "${kernel.version}-unstable-2024-03-16";
src = fetchFromGitHub {
owner = "morrownr";
repo = "8821au-20210708";
rev = "0dc022287b0ab534efa885881eaa65c5503291be";
hash = "sha256-pLRBWdqlv9A39VbCS8dymTCJHcwJooqD8v6mTbOsBz0=";
rev = "168ac48174067e17ffb9f8b15ab802f37447dacc";
hash = "sha256-eB9RCoU5jg5fgZkfcef9fsQ6tyD8gTPD+wYcR6PbWNw=";
};
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;