summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8821au/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-11-06 11:36:26 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-06 11:58:54 -0700
commit8cc3c4ff6e623fab80291e35791c9ce6b2232fef (patch)
tree7831f1e0a65aa6929c2582a3ed26b45f5fab34e0 /pkgs/os-specific/linux/rtl8821au/default.nix
parent999d3972591f87515379ff511aead07cd8f7f751 (diff)
downloadnixpkgs-8cc3c4ff6e623fab80291e35791c9ce6b2232fef.tar
nixpkgs-8cc3c4ff6e623fab80291e35791c9ce6b2232fef.tar.gz
nixpkgs-8cc3c4ff6e623fab80291e35791c9ce6b2232fef.tar.bz2
nixpkgs-8cc3c4ff6e623fab80291e35791c9ce6b2232fef.tar.lz
nixpkgs-8cc3c4ff6e623fab80291e35791c9ce6b2232fef.tar.xz
nixpkgs-8cc3c4ff6e623fab80291e35791c9ce6b2232fef.tar.zst
nixpkgs-8cc3c4ff6e623fab80291e35791c9ce6b2232fef.zip
linuxPackages.rtl8821au: 2021-05-18 -> 2021-11-05
Fixes build with Linux 5.15.

The repo name has changed.  The old repo has changed to just a README
that tells you which versioned repository you should look at.  It's a
bit strange.  I've left the old repo as the homepage, because that's
the place to look while updating to see if there's a new code repo to
use.
Diffstat (limited to 'pkgs/os-specific/linux/rtl8821au/default.nix')
-rw-r--r--pkgs/os-specific/linux/rtl8821au/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/rtl8821au/default.nix b/pkgs/os-specific/linux/rtl8821au/default.nix
index 1f7d07f7326..5800405f283 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-2021-05-18";
+  version = "${kernel.version}-unstable-2021-11-05";
 
   src = fetchFromGitHub {
     owner = "morrownr";
-    repo = "8821au";
-    rev = "6f6a9d5772bb2b75f18374c01c82c6b3e8e3244d";
-    sha256 = "sha256-RqtLR3sNcLXhUrNloSTRKubL1SVwzbVe73AsBYYSXNE=";
+    repo = "8821au-20210708";
+    rev = "dd9f442d86535fb749ab06f38f97160484d9f04b";
+    sha256 = "0d90zd45b8934wxy51q1x39lx4n3i28zjm6jcq98wkm4lypgphxv";
   };
 
   nativeBuildInputs = [ bc nukeReferences ];