Merge pull request #296417 from alois31/rtl8821au

linuxPackages.rtl8821au: unstable-2023-07-23 -> unstable-2024-03-16
This commit is contained in:
Peder Bergebakken Sundt 2024-04-17 17:54:17 +02:00 committed by GitHub
commit ac0d760e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;