Merge pull request #297391 from Mohaim-1/update-rtl8814au

rtl8814au: unstable-2023-03-21 -> unstable-2024-03-19
This commit is contained in:
lassulus 2024-03-20 16:11:06 +07:00 committed by GitHub
commit bf7fb6c310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "rtl8814au";
version = "${kernel.version}-unstable-2023-03-21";
version = "${kernel.version}-unstable-2024-03-19";
src = fetchFromGitHub {
owner = "morrownr";
repo = "8814au";
rev = "6f80699e68fd2a9f2bba3f1a56ca06d1b7992bd8";
hash = "sha256-7dv+8vNI1OLLA4SdZQPL87pTS9HR6mGijzWo9WL7vc0=";
rev = "d7945c1e0244c83cbbad4da331648246f12eaee9";
hash = "sha256-idjHlvyFpQgLGfNAPpZKRnLdXnAogUW3qGHC1WzGVmA=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;