3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #214261 from superherointj/linuxKernel.rtl8814au-unstable-2022-08-18

linuxKernel.rtl8814au: unstable-2022-08-18 -> unstable-2022-11-09
This commit is contained in:
Lassulus 2023-02-02 23:48:57 +01:00 committed by GitHub
commit ec382d4a72
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-08-18";
version = "${kernel.version}-unstable-2022-11-09";
src = fetchFromGitHub {
owner = "morrownr";
repo = "8814au";
rev = "752d8ea365b2affc5d356e35659600995508849d";
hash = "sha256-m79IVoD3xFigmax13qELx5e3v0NfJSwmmC0PatA91HI=";
rev = "932df6f7da6c3a384cf91f33eb195097eb0cb6c5";
hash = "sha256-nMQiT59IIhzpePWWDiyCQFmYLWM42L/mG0BKsbEwreo=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;