linuxPackages.rtl8814au: 2021-05-18 -> 2021-10-25

Fixes build with Linux 5.15.

authored by Alyssa Ross and committed by Jonathan Ringer 999d3972 ef0ac43d

+3 -3
+3 -3
pkgs/os-specific/linux/rtl8814au/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "rtl8814au"; 5 - version = "${kernel.version}-unstable-2021-05-18"; 5 + version = "${kernel.version}-unstable-2021-10-25"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "morrownr"; 9 9 repo = "8814au"; 10 - rev = "388786c864f9b1437fc4d934b1eccf6d7f1e1355"; 11 - sha256 = "sha256-2EnheODPFWTGN/fz45LWRSOGeV6pTENEUrehahj+PJ4="; 10 + rev = "d36c0874716b0776ac6c7dcd6110598ef0f6dd53"; 11 + sha256 = "0lk3ldff489ggbqmlfi4zvnp1cvxj1b06m0fhpzai82070klzzmj"; 12 12 }; 13 13 14 14 buildInputs = kernel.moduleBuildDependencies;