From 6ccd904251b8baa782896f36dce6114c72bc37c2 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 21 May 2023 11:52:06 +0200 Subject: [PATCH] rtl8814au: unstable-2022-11-09 -> unstable-2023-03-21 --- pkgs/os-specific/linux/rtl8814au/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/rtl8814au/default.nix b/pkgs/os-specific/linux/rtl8814au/default.nix index c11493237cdc..0b1522c96972 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;