linux/rtl8814au: unstable-2024-03-19 -> unstable-2024-05-26 (#314880)
fix support for kernel 6.9
This commit is contained in:
parent
c48fa25bd3
commit
d7705cea76
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "rtl8814au";
|
pname = "rtl8814au";
|
||||||
version = "${kernel.version}-unstable-2024-03-19";
|
version = "${kernel.version}-unstable-2024-05-26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "morrownr";
|
owner = "morrownr";
|
||||||
repo = "8814au";
|
repo = "8814au";
|
||||||
rev = "d7945c1e0244c83cbbad4da331648246f12eaee9";
|
rev = "810573647b837d88c4191597a0ea6d226f69f64c";
|
||||||
hash = "sha256-idjHlvyFpQgLGfNAPpZKRnLdXnAogUW3qGHC1WzGVmA=";
|
hash = "sha256-AaOnUy3igocsCF/FNogn+z+QcQiid7U7XimE68wAco0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||||
|
Loading…
Reference in New Issue
Block a user