mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user