Merge pull request #246260 from ius/rtl-fixes

linuxPackages.{rtl8812au,rtl88x2bu}: update to latest
This commit is contained in:
Nick Cao 2023-07-30 18:30:26 -06:00 committed by GitHub
commit e984da6da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "rtl8812au";
version = "${kernel.version}-unstable-2023-07-20";
version = "${kernel.version}-unstable-2023-07-22";
src = fetchFromGitHub {
owner = "morrownr";
repo = "8812au-20210629";
rev = "51338202d21a63202b324afd22bd361141c8c5e5";
hash = "sha256-NIdKUP5t/dzQ9xIG5Kc6eRudr6vTpCafunXZHZLcoL8=";
rev = "b5f4e6e894eca8fea38661e2fc22a2570e0274ad";
hash = "sha256-3uPowesJVh/cnagMz/Uadb+U5rDUAWfU39tZaDNCoqg=";
};
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "rtl88x2bu";
version = "${kernel.version}-unstable-2023-07-20";
version = "${kernel.version}-unstable-2023-07-23";
src = fetchFromGitHub {
owner = "morrownr";
repo = "88x2bu-20210702";
rev = "28bcb8b3eb4a531727c7a48001fa91903492fd1a";
sha256 = "sha256-LeCPu9ypJUdKV4lwJIy934g+VqD1S6P0fgnczTI3z7c=";
rev = "83db18e610845df9434a628ca3feb9004296b307";
sha256 = "sha256-as3S7WQkug3suJ5ovUbRu/UzO5GDrGLdgkiWrCrvztk=";
};
hardeningDisable = [ "pic" ];