summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8812au
diff options
context:
space:
mode:
authorDaniel Fullmer <danielrf12@gmail.com>2019-05-16 17:48:52 -0400
committerDaniel Fullmer <danielrf12@gmail.com>2019-05-16 17:54:06 -0400
commit032d0bafce2afe4e6aeebf745cc868e9456cd247 (patch)
treec065d9b7c7d997b7c83b2a5036a32e800bc9b5b5 /pkgs/os-specific/linux/rtl8812au
parentbc9df0f66110039e495b6debe3a6cda4a1bb0fed (diff)
downloadnixpkgs-032d0bafce2afe4e6aeebf745cc868e9456cd247.tar
nixpkgs-032d0bafce2afe4e6aeebf745cc868e9456cd247.tar.gz
nixpkgs-032d0bafce2afe4e6aeebf745cc868e9456cd247.tar.bz2
nixpkgs-032d0bafce2afe4e6aeebf745cc868e9456cd247.tar.lz
nixpkgs-032d0bafce2afe4e6aeebf745cc868e9456cd247.tar.xz
nixpkgs-032d0bafce2afe4e6aeebf745cc868e9456cd247.tar.zst
nixpkgs-032d0bafce2afe4e6aeebf745cc868e9456cd247.zip
rtl8812au: fix build with Linux >= 5.0
Diffstat (limited to 'pkgs/os-specific/linux/rtl8812au')
-rw-r--r--pkgs/os-specific/linux/rtl8812au/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/rtl8812au/default.nix b/pkgs/os-specific/linux/rtl8812au/default.nix
index 4205cab6da6..f524bee3521 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "zebulon2";
     repo = "rtl8812au-driver-5.2.20";
-    rev = "2dad788f5d71d50df4f692b67a4428967ba3d42c";
-    sha256 = "17pn73j2xqya0g8f86hn1jyf9x9wp52md05yrg1md58ixsbh1kz3";
+    rev = "ac063a4b1a87855e10f6cd1f358aaccbeee9b9c1";
+    sha256 = "1cmsv22q4k6p2wzm73k60kxbjhcgx4hqr0x3djvqrlv4rzz75l92";
   };
 
   nativeBuildInputs = [ bc ];