summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8812au
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2022-07-20 06:04:30 +0000
committerfortuneteller2k <lythe1107@gmail.com>2022-08-27 13:05:13 +0000
commita457ddf7f0c3542faf7991f5e3b1834f2edf1bdd (patch)
tree223b35781d1bfd1b110dc0684159fc76886c51ce /pkgs/os-specific/linux/rtl8812au
parentc557b9d0bdb4db8d6fb1cc89070cd58894de28d5 (diff)
downloadnixpkgs-a457ddf7f0c3542faf7991f5e3b1834f2edf1bdd.tar
nixpkgs-a457ddf7f0c3542faf7991f5e3b1834f2edf1bdd.tar.gz
nixpkgs-a457ddf7f0c3542faf7991f5e3b1834f2edf1bdd.tar.bz2
nixpkgs-a457ddf7f0c3542faf7991f5e3b1834f2edf1bdd.tar.lz
nixpkgs-a457ddf7f0c3542faf7991f5e3b1834f2edf1bdd.tar.xz
nixpkgs-a457ddf7f0c3542faf7991f5e3b1834f2edf1bdd.tar.zst
nixpkgs-a457ddf7f0c3542faf7991f5e3b1834f2edf1bdd.zip
linuxPackages.rtl8812au: 5.9.3.2.20210427 -> 5.15.6.20210629
Diffstat (limited to 'pkgs/os-specific/linux/rtl8812au')
-rw-r--r--pkgs/os-specific/linux/rtl8812au/default.nix15
1 files changed, 6 insertions, 9 deletions
diff --git a/pkgs/os-specific/linux/rtl8812au/default.nix b/pkgs/os-specific/linux/rtl8812au/default.nix
index 30f04c1eb8b..03a5c0f4aeb 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -2,19 +2,17 @@
 
 stdenv.mkDerivation rec {
   pname = "rtl8812au";
-  version = "${kernel.version}-5.9.3.2.20210427";
+  version = "${kernel.version}-unstable-2022-08-22";
 
   src = fetchFromGitHub {
-    owner = "gordboy";
-    repo = "rtl8812au-5.9.3.2";
-    rev = "6ef5d8fcdb0b94b7490a9a38353877708fca2cd4";
-    sha256 = "sha256-czExf4z0nf7XEJ1YnRSB3CrGV6NTmUKDiZjLmrh6Hwo=";
+    owner = "morrownr";
+    repo = "8812au-20210629";
+    rev = "7aa0e0c74551b4e4f319f4b54e00ccbfe588b7ce";
+    sha256 = "sha256-BHC1DpWHv/1UvSfj6S5fo/ODZ1VDgLQO2A9EC+BR1JE=";
   };
 
   nativeBuildInputs = [ bc nukeReferences ];
-
   buildInputs = kernel.moduleBuildDependencies;
-
   hardeningDisable = [ "pic" "format" ];
 
   prePatch = ''
@@ -46,10 +44,9 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
-    homepage = "https://github.com/gordboy/rtl8812au-5.9.3.2";
+    homepage = "https://github.com/morrownr/8812au-20210629";
     license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = with maintainers; [ fortuneteller2k ];
-    broken = kernel.kernelOlder "4.10" || kernel.kernelAtLeast "5.15" || kernel.isHardened;
   };
 }