summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8812au
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-05-08 20:05:53 +0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 18:10:47 -0700
commit3360314646ce5c354057e848cb35f67bf6e3a586 (patch)
tree04c481d761987e851f7063cbe747e41afee2524a /pkgs/os-specific/linux/rtl8812au
parentdfa9e91b11b0e4a1e12fe7c3fcffbdd945f365aa (diff)
downloadnixpkgs-3360314646ce5c354057e848cb35f67bf6e3a586.tar
nixpkgs-3360314646ce5c354057e848cb35f67bf6e3a586.tar.gz
nixpkgs-3360314646ce5c354057e848cb35f67bf6e3a586.tar.bz2
nixpkgs-3360314646ce5c354057e848cb35f67bf6e3a586.tar.lz
nixpkgs-3360314646ce5c354057e848cb35f67bf6e3a586.tar.xz
nixpkgs-3360314646ce5c354057e848cb35f67bf6e3a586.tar.zst
nixpkgs-3360314646ce5c354057e848cb35f67bf6e3a586.zip
rtl8812au: 5.6.4.2 -> 5.9.3.2
Diffstat (limited to 'pkgs/os-specific/linux/rtl8812au')
-rw-r--r--pkgs/os-specific/linux/rtl8812au/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/os-specific/linux/rtl8812au/default.nix b/pkgs/os-specific/linux/rtl8812au/default.nix
index 68a88fb6778..e34712f2460 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -1,14 +1,14 @@
 { lib, stdenv, fetchFromGitHub, kernel, bc, nukeReferences }:
 
 stdenv.mkDerivation rec {
-  name = "rtl8812au-${kernel.version}-${version}";
-  version = "5.6.4.2_35491.20200702";
+  pname = "rtl8812au";
+  version = "${kernel.version}-5.9.3.2.20210427";
 
   src = fetchFromGitHub {
     owner = "gordboy";
-    repo = "rtl8812au-5.6.4.2";
-    rev = "3110ad65d0f03532bd97b1017cae67ca86dd34f6";
-    sha256 = "0p0cv67dfr41npxn0c1frr0k9wiv0pdbvlzlmclgixn39xc6n5qz";
+    repo = "rtl8812au-5.9.3.2";
+    rev = "6ef5d8fcdb0b94b7490a9a38353877708fca2cd4";
+    sha256 = "sha256-czExf4z0nf7XEJ1YnRSB3CrGV6NTmUKDiZjLmrh6Hwo=";
   };
 
   nativeBuildInputs = [ bc nukeReferences ];
@@ -42,8 +42,8 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
-    homepage = "https://github.com/gordboy/rtl8812au-5.6.4.2";
-    license = licenses.gpl2;
+    homepage = "https://github.com/gordboy/rtl8812au-5.9.3.2";
+    license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = with maintainers; [ danielfullmer ];
   };