Merge pull request #187496 from Lassulus/rtl8814au

linuxPackages.rtl8814au: unstable-2022-05-23 -> unstable-2022-08-18
This commit is contained in:
superherointj 2022-08-19 18:02:42 -03:00 committed by GitHub
commit d3ef1fe617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "rtl8814au";
version = "${kernel.version}-unstable-2022-05-23";
version = "${kernel.version}-unstable-2022-08-18";
src = fetchFromGitHub {
owner = "morrownr";
repo = "8814au";
rev = "687f05c73e22dc14d5f24f2bb92f2ecac3cc71d5";
sha256 = "08znnihk9rdrwgyzazxqcrzwdjnm5q8ah92bfb552wjv11r87zv1";
rev = "752d8ea365b2affc5d356e35659600995508849d";
hash = "sha256-m79IVoD3xFigmax13qELx5e3v0NfJSwmmC0PatA91HI=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;