Merge pull request #165030 from alyssais/linux-5.17-rtl88xxau-aircrack
This commit is contained in:
commit
55b2c5c952
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, stdenv, fetchFromGitHub, kernel }:
|
||||
|
||||
let
|
||||
rev = "307d694076b056588c652c2bdaa543a89eb255d9";
|
||||
rev = "37e27f9165300c89607144b646545fac576ec510";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rtl88xxau-aircrack";
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "aircrack-ng";
|
||||
repo = "rtl8812au";
|
||||
inherit rev;
|
||||
sha256 = "sha256-iSJnKWc+LxGHUhb/wbFSMh7w6Oi9v4v5V+R+LI96X7w=";
|
||||
sha256 = "sha256-TpmpueKAaCe7Nlmv8pMvgMXGVmXVa/1mBwtEoy4JyCY=";
|
||||
};
|
||||
|
||||
buildInputs = kernel.moduleBuildDependencies;
|
||||
|
|
Loading…
Reference in a new issue