mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
linuxPackages.rtl8812au: 2024-01-19 -> 2024-03-20
This commit is contained in:
parent
4ee5f054e9
commit
85a9d840f2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user