summary refs log tree commit diff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-02 18:27:58 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-02 18:28:16 -0300
commit1ff7e41b036267d3814f05d702ab919407fda2d6 (patch)
tree52000839c8389b038eee16841f47ec2d3b9e302c
parent6462686d521c54d1adf405b026e9ad0f5a8d5c99 (diff)
downloadnixpkgs-1ff7e41b036267d3814f05d702ab919407fda2d6.tar
nixpkgs-1ff7e41b036267d3814f05d702ab919407fda2d6.tar.gz
nixpkgs-1ff7e41b036267d3814f05d702ab919407fda2d6.tar.bz2
nixpkgs-1ff7e41b036267d3814f05d702ab919407fda2d6.tar.lz
nixpkgs-1ff7e41b036267d3814f05d702ab919407fda2d6.tar.xz
nixpkgs-1ff7e41b036267d3814f05d702ab919407fda2d6.tar.zst
nixpkgs-1ff7e41b036267d3814f05d702ab919407fda2d6.zip
linuxKernel.rtl8814au: unstable-2022-08-18 -> unstable-2022-11-09
Fixes Kernel 6.1
-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 5e4b764431f..dd0b32c5380 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-08-18";
+  version = "${kernel.version}-unstable-2022-11-09";
 
   src = fetchFromGitHub {
     owner = "morrownr";
     repo = "8814au";
-    rev = "752d8ea365b2affc5d356e35659600995508849d";
-    hash = "sha256-m79IVoD3xFigmax13qELx5e3v0NfJSwmmC0PatA91HI=";
+    rev = "932df6f7da6c3a384cf91f33eb195097eb0cb6c5";
+    hash = "sha256-nMQiT59IIhzpePWWDiyCQFmYLWM42L/mG0BKsbEwreo=";
   };
 
   nativeBuildInputs = kernel.moduleBuildDependencies;