rtl8812au: 5.6.4.2_35491.20200318 -> 5.6.4.2_35491.20200702
This commit is contained in:
parent
1687c719f8
commit
ce79348fe4
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rtl8812au-${kernel.version}-${version}";
|
name = "rtl8812au-${kernel.version}-${version}";
|
||||||
version = "5.6.4.2_35491.20200318";
|
version = "5.6.4.2_35491.20200702";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gordboy";
|
owner = "gordboy";
|
||||||
repo = "rtl8812au-5.6.4.2";
|
repo = "rtl8812au-5.6.4.2";
|
||||||
rev = "49e98ff9bfdbe2ddce843808713de383132002e0";
|
rev = "3110ad65d0f03532bd97b1017cae67ca86dd34f6";
|
||||||
sha256 = "0f4isqasm9rli5v6a7xpphyh509wdxs1zcfvgdsnyhnv8amhqxgs";
|
sha256 = "0p0cv67dfr41npxn0c1frr0k9wiv0pdbvlzlmclgixn39xc6n5qz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bc nukeReferences ];
|
nativeBuildInputs = [ bc nukeReferences ];
|
||||||
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
|
description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
|
||||||
homepage = "https://github.com/zebulon2/rtl8812au-driver-5.2.20";
|
homepage = "https://github.com/gordboy/rtl8812au-5.6.4.2";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ danielfullmer ];
|
maintainers = with maintainers; [ danielfullmer ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user