Merge pull request #165030 from alyssais/linux-5.17-rtl88xxau-aircrack

This commit is contained in:
Sandro 2022-03-23 07:35:33 +01:00 committed by GitHub
commit 55b2c5c952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;