rtl88xxau-aircrack: fc0194 -> c0ce81

Linux Kernel 5.8 or about there broke the previous version of this
driver.
wip/yesman
Glowpelt 3 years ago committed by Alyssa Ross
parent 33f9d30558
commit 9465ce4e10
  1. 4
      pkgs/os-specific/linux/rtl88xxau-aircrack/default.nix

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "rtl88xxau-aircrack-${kernel.version}-${version}";
rev = "fc0194c1d90453bf4943089ca237159ef19a7374";
rev = "c0ce81745eb3471a639f0efd4d556975153c666e";
version = "${builtins.substring 0 6 rev}";
src = fetchFromGitHub {
owner = "aircrack-ng";
repo = "rtl8812au";
inherit rev;
sha256 = "0hf7mrvxaskc6qcjar5w81y9xc7s2rlsxp34achyqly2hjg7fgmy";
sha256 = "131cwwg3czq0i1xray20j71n836g93ac064nvf8wi13c2wr36ppc";
};
buildInputs = kernel.moduleBuildDependencies;

Loading…
Cancel
Save