summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-05-21 17:10:05 +0200
committerGitHub <noreply@github.com>2023-05-21 17:10:05 +0200
commitb069eeaa9675360810982f4af8dc61d1ed178bf8 (patch)
tree5283351216f7e61cc07279c22adb45d6712268d8
parente9872cb4b81f5a25b6f628ce370fe7f638e0eb9e (diff)
parent6ccd904251b8baa782896f36dce6114c72bc37c2 (diff)
Merge pull request #233196 from erdnaxe/rtl8814au-fix
rtl8814au: unstable-2022-11-09 -> unstable-2023-03-21; fix build on kernel 6.3
-rw-r--r--pkgs/os-specific/linux/rtl8814au/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/rtl8814au/default.nix b/pkgs/os-specific/linux/rtl8814au/default.nix
index c11493237cdcc..0b1522c969729 100644
--- a/pkgs/os-specific/linux/rtl8814au/default.nix
+++ b/pkgs/os-specific/linux/rtl8814au/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation {
   pname = "rtl8814au";
-  version = "${kernel.version}-unstable-2022-11-09";
+  version = "${kernel.version}-unstable-2023-03-21";
 
   src = fetchFromGitHub {
     owner = "morrownr";
     repo = "8814au";
-    rev = "932df6f7da6c3a384cf91f33eb195097eb0cb6c5";
-    hash = "sha256-nMQiT59IIhzpePWWDiyCQFmYLWM42L/mG0BKsbEwreo=";
+    rev = "6f80699e68fd2a9f2bba3f1a56ca06d1b7992bd8";
+    hash = "sha256-7dv+8vNI1OLLA4SdZQPL87pTS9HR6mGijzWo9WL7vc0=";
   };
 
   nativeBuildInputs = kernel.moduleBuildDependencies;