rtl8814au: unstable-2022-11-09 -> unstable-2023-03-21

This commit is contained in:
Alexandre Iooss 2023-05-21 11:52:06 +02:00
parent 25df0fdead
commit 6ccd904251

View File

@ -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;