linuxKernel/rtl8812au: update driver source for kernel 6.7+ (#326863)

This commit is contained in:
Kraust 2024-07-13 14:17:00 -04:00 committed by GitHub
parent 94c843e8f0
commit e16fee1857
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "rtl8812au";
version = "${kernel.version}-unstable-2024-03-20";
version = "${kernel.version}-unstable-2024-06-13";
src = fetchFromGitHub {
owner = "morrownr";
repo = "8812au-20210629";
rev = "8be3a1d7acf60f77c5d9c33b690b8d7301bdf127";
hash = "sha256-HchnRezJNzimOB72Sv5BwL4oXuxPxloAHVuaL+warj8=";
repo = "8812au-20210820";
rev = "c0efee9cd121d9f0c815d9771475f76339a8f7d3";
hash = "sha256-ZS0iUb77XnXR5BUMeQ1EDuly7hStRt430ECueFW4v4w=";
};
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;
@ -41,7 +41,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
homepage = "https://github.com/morrownr/8812au-20210629";
homepage = "https://github.com/morrownr/8812au-20210820";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ moni ];