rtl8814au: unstable-2023-03-21 -> unstable-2024-03-19

This commit is contained in:
Mohaim-1 2024-03-19 22:50:18 -07:00
parent 1b2d962351
commit 597e4a6345

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;