mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
linuxKernel/rtl8812au: update driver source for kernel 6.7+ (#326863)
This commit is contained in:
parent
94c843e8f0
commit
e16fee1857
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user