linuxPackages.rtl88xxau-aircrack: 307d69 -> 37e27f

Fixes the build with Linux 5.17.
This commit is contained in:
Alyssa Ross 2022-03-20 22:37:03 +00:00
parent 659f0ef7df
commit e6a8a1c1b3
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, kernel }: { lib, stdenv, fetchFromGitHub, kernel }:
let let
rev = "307d694076b056588c652c2bdaa543a89eb255d9"; rev = "37e27f9165300c89607144b646545fac576ec510";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "rtl88xxau-aircrack"; pname = "rtl88xxau-aircrack";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "aircrack-ng"; owner = "aircrack-ng";
repo = "rtl8812au"; repo = "rtl8812au";
inherit rev; inherit rev;
sha256 = "sha256-iSJnKWc+LxGHUhb/wbFSMh7w6Oi9v4v5V+R+LI96X7w="; sha256 = "sha256-TpmpueKAaCe7Nlmv8pMvgMXGVmXVa/1mBwtEoy4JyCY=";
}; };
buildInputs = kernel.moduleBuildDependencies; buildInputs = kernel.moduleBuildDependencies;