mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #304140 from ja1den/update-rtl88xxau-aircrack
rtl88xxau-aircrack: unstable-02-05-2023 -> unstable-2024-04-09
This commit is contained in:
commit
e8f6922fd6
@ -8860,6 +8860,15 @@
|
||||
github = "j4m3s-s";
|
||||
githubId = 9413812;
|
||||
};
|
||||
ja1den = {
|
||||
name = "Jaiden Douglas";
|
||||
email = "contact@ja1den.me";
|
||||
github = "ja1den";
|
||||
githubId = 49811314;
|
||||
keys = [{
|
||||
fingerprint = "CC36 4CF4 32DD 443F 27FC 033C 3475 AA20 D72F 6A93";
|
||||
}];
|
||||
};
|
||||
jab = {
|
||||
name = "Joshua Bronson";
|
||||
email = "jabronson@gmail.com";
|
||||
|
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rtl88xxau-aircrack";
|
||||
version = "${kernel.version}-unstable-02-05-2023";
|
||||
version = "${kernel.version}-unstable-2024-04-09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aircrack-ng";
|
||||
repo = "rtl8812au";
|
||||
rev = "35308f4dd73e77fa572c48867cce737449dd8548";
|
||||
hash = "sha256-0kHrNsTKRl/xTQpDkIOYqTtcHlytXhXX8h+6guvLmLI=";
|
||||
rev = "63cf0b4584aa8878b0fe8ab38017f31c319bde3d";
|
||||
hash = "sha256-tDsI/ZzsQm9999EpCpDFArfEIg/ueUJEbSYESbGxd4A=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
@ -29,10 +29,12 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Aircrack-ng kernel module for Realtek 88XXau network cards\n(8811au, 8812au, 8814au and 8821au chipsets) with monitor mode and injection support.";
|
||||
description = ''
|
||||
Aircrack-ng kernel module for Realtek 88XXau network cards
|
||||
(8811au, 8812au, 8814au and 8821au chipsets) with monitor mode and injection support.'';
|
||||
homepage = "https://github.com/aircrack-ng/rtl8812au";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = [ maintainers.jethro ];
|
||||
maintainers = [ maintainers.ja1den maintainers.jethro ];
|
||||
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user