From 8cc3c4ff6e623fab80291e35791c9ce6b2232fef Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 6 Nov 2021 11:36:26 +0000 Subject: [PATCH] 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. --- pkgs/os-specific/linux/rtl8821au/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/os-specific/linux/rtl8821au/default.nix b/pkgs/os-specific/linux/rtl8821au/default.nix index 1f7d07f7326d..5800405f2839 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 ];