mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
rtl8814au: unstable-2022-11-09 -> unstable-2023-03-21
This commit is contained in:
parent
25df0fdead
commit
6ccd904251
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "rtl8814au";
|
||||
version = "${kernel.version}-unstable-2022-11-09";
|
||||
version = "${kernel.version}-unstable-2023-03-21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "morrownr";
|
||||
repo = "8814au";
|
||||
rev = "932df6f7da6c3a384cf91f33eb195097eb0cb6c5";
|
||||
hash = "sha256-nMQiT59IIhzpePWWDiyCQFmYLWM42L/mG0BKsbEwreo=";
|
||||
rev = "6f80699e68fd2a9f2bba3f1a56ca06d1b7992bd8";
|
||||
hash = "sha256-7dv+8vNI1OLLA4SdZQPL87pTS9HR6mGijzWo9WL7vc0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
Loading…
Reference in New Issue
Block a user