linuxPackages.rtl8812au: 2024-01-19 -> 2024-03-20

This commit is contained in:
WilliButz 2024-05-10 17:22:03 +02:00
parent 4ee5f054e9
commit 85a9d840f2
No known key found for this signature in database
GPG Key ID: AB05DF703EB9DC70

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "rtl8812au";
version = "${kernel.version}-unstable-2024-01-19";
version = "${kernel.version}-unstable-2024-03-20";
src = fetchFromGitHub {
owner = "morrownr";
repo = "8812au-20210629";
rev = "3b921c0beda8583c1d2d1b0b7e4692d11e7ea772";
hash = "sha256-Ji61Y23uGSTyj3Z5ia9iev5rVzSOv7XY/IfAClhz7Q8=";
rev = "8be3a1d7acf60f77c5d9c33b690b8d7301bdf127";
hash = "sha256-HchnRezJNzimOB72Sv5BwL4oXuxPxloAHVuaL+warj8=";
};
nativeBuildInputs = [ bc nukeReferences ] ++ kernel.moduleBuildDependencies;