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

Fixes the build with Linux 5.17.
main
Alyssa Ross 2 years ago
parent 659f0ef7df
commit e6a8a1c1b3
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
  1. 4
      pkgs/os-specific/linux/rtl88xxau-aircrack/default.nix

@ -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…
Cancel
Save