mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
linuxPackages.rtl8821au: switch to a more maintained fork
This commit is contained in:
parent
0ae4eb262b
commit
f49504d95f
1 changed files with 9 additions and 9 deletions
|
@ -1,14 +1,14 @@
|
|||
{ lib, stdenv, fetchFromGitHub, kernel, bc, nukeReferences }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rtl8821au-${kernel.version}-${version}";
|
||||
version = "5.1.5+41";
|
||||
pname = "rtl8821au";
|
||||
version = "${kernel.version}-unstable-2021-05-18";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zebulon2";
|
||||
repo = "rtl8812au";
|
||||
rev = "ecd3494c327c54110d21346ca335ef9e351cb0be";
|
||||
sha256 = "1kmdxgbh0s0v9809kdsi39p0jbm5cf10ivy40h8qj9hn70g1gw8q";
|
||||
owner = "morrownr";
|
||||
repo = "8821au";
|
||||
rev = "6f6a9d5772bb2b75f18374c01c82c6b3e8e3244d";
|
||||
sha256 = "sha256-RqtLR3sNcLXhUrNloSTRKubL1SVwzbVe73AsBYYSXNE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ bc nukeReferences ];
|
||||
|
@ -35,9 +35,9 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "rtl8821AU, rtl8812AU and rtl8811AU chipset driver with firmware";
|
||||
homepage = "https://github.com/zebulon2/rtl8812au";
|
||||
license = licenses.gpl2;
|
||||
description = "rtl8821AU and rtl8812AU chipset driver with firmware";
|
||||
homepage = "https://github.com/morrownr/8821au";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
maintainers = with maintainers; [ plchldr ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue