summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8821au
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-23 09:02:50 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-23 09:03:01 -0300
commit7e1072f6e57127165d17a34366ee3fcddd097024 (patch)
tree99805d0e846c04d5aba14fcd96e7004e953fb63b /pkgs/os-specific/linux/rtl8821au
parent10f175334406d1ff626945562bb9a047923869c1 (diff)
downloadnixpkgs-7e1072f6e57127165d17a34366ee3fcddd097024.tar
nixpkgs-7e1072f6e57127165d17a34366ee3fcddd097024.tar.gz
nixpkgs-7e1072f6e57127165d17a34366ee3fcddd097024.tar.bz2
nixpkgs-7e1072f6e57127165d17a34366ee3fcddd097024.tar.lz
nixpkgs-7e1072f6e57127165d17a34366ee3fcddd097024.tar.xz
nixpkgs-7e1072f6e57127165d17a34366ee3fcddd097024.tar.zst
nixpkgs-7e1072f6e57127165d17a34366ee3fcddd097024.zip
linuxPackages.rtl8821au: unstable-2022-03-08 -> unstable-2022-08-22
Diffstat (limited to 'pkgs/os-specific/linux/rtl8821au')
-rw-r--r--pkgs/os-specific/linux/rtl8821au/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/rtl8821au/default.nix b/pkgs/os-specific/linux/rtl8821au/default.nix
index dc693f01f57..0f0dc41bcf4 100644
--- a/pkgs/os-specific/linux/rtl8821au/default.nix
+++ b/pkgs/os-specific/linux/rtl8821au/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "rtl8821au";
-  version = "${kernel.version}-unstable-2022-03-08";
+  version = "${kernel.version}-unstable-2022-08-22";
 
   src = fetchFromGitHub {
     owner = "morrownr";
     repo = "8821au-20210708";
-    rev = "2c0c6fef81c0c7dcf8fa06fc4ab72168abc4f7bb";
-    sha256 = "sha256-Hdzi3pGqH71O0Jenjd/myG4+rZDLC/CcWHkjDoXBxS0=";
+    rev = "ac275a0ed806fb1c714d8f9194052d4638a68fca";
+    sha256 = "sha256-N86zyw5Ap07vk38OfjGfzP7++ysZCIUVnLuwxeY8yws=So";
   };
 
   nativeBuildInputs = [ bc nukeReferences ];