mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
rtl88xxau-aircrack: fc0194 -> c0ce81
Linux Kernel 5.8 or about there broke the previous version of this driver.
This commit is contained in:
parent
33f9d30558
commit
9465ce4e10
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue