summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8812au
diff options
context:
space:
mode:
authorYochai <yochai@titat.info>2016-09-29 09:26:50 +0300
committerYochai <yochai@titat.info>2016-09-29 09:29:22 +0300
commitca9c21b0abd01165a6e07e950b940dc3108905b6 (patch)
treeca2e2899e76c4ee34990d821c6e8fe737bd1a5d4 /pkgs/os-specific/linux/rtl8812au
parent88a1ca397726dc241d8dd1e37a0d6e5074d5c55b (diff)
downloadnixpkgs-ca9c21b0abd01165a6e07e950b940dc3108905b6.tar
nixpkgs-ca9c21b0abd01165a6e07e950b940dc3108905b6.tar.gz
nixpkgs-ca9c21b0abd01165a6e07e950b940dc3108905b6.tar.bz2
nixpkgs-ca9c21b0abd01165a6e07e950b940dc3108905b6.tar.lz
nixpkgs-ca9c21b0abd01165a6e07e950b940dc3108905b6.tar.xz
nixpkgs-ca9c21b0abd01165a6e07e950b940dc3108905b6.tar.zst
nixpkgs-ca9c21b0abd01165a6e07e950b940dc3108905b6.zip
rtl8812au: 4.2.2-1 -> 4.3.20
Diffstat (limited to 'pkgs/os-specific/linux/rtl8812au')
-rw-r--r--pkgs/os-specific/linux/rtl8812au/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/os-specific/linux/rtl8812au/default.nix b/pkgs/os-specific/linux/rtl8812au/default.nix
index c38fa8843f4..56f14b30acd 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "rtl8812au-${kernel.version}-${version}";
-  version = "4.2.2-1";
+  version = "4.3.20";
 
   src = fetchFromGitHub {
-    owner = "csssuf";
-    repo = "rtl8812au";
-    rev = "874906aec694c800bfc29b146737b88dae767832";
-    sha256 = "14ifhplawipfd6971mxw76dv3ygwc0n8sbz2l3f0vvkin6x88bsj";
+    owner = "Grawp";
+    repo = "rtl8812au_rtl8821au";
+    rev = "9c5b2978ab079081dd1e981353be681a1cf495de";
+    sha256 = "0bx1vgs2qldwwhdgklbqz2vy9x4jg7cj3d6w6cpkndkcr7h0m5vz";
   };
 
   hardeningDisable = [ "pic" ];
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
-    homepage = "https://github.com/csssuf/rtl8812au";
+    homepage = "https://github.com/Grawp/rtl8812au_rtl8821au";
     license = stdenv.lib.licenses.gpl2;
     platforms = [ "x86_64-linux" "i686-linux" ];
     broken = (kernel.features.grsecurity or false);