From 9573db47a5ad034ce1fe82c6af2a59d4e6015e95 Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Fri, 17 May 2024 10:47:36 +0200 Subject: [PATCH] linuxPackages.rtw88: unstable-2023-07-23 -> 0-unstable-2024-07-27 Newer versions of the out-of-tree rtw88 driver feature significantly expanded hardware support, including many hardware previously supported by the rtl8821au driver. --- pkgs/os-specific/linux/rtw88/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/rtw88/default.nix b/pkgs/os-specific/linux/rtw88/default.nix index a28a9f3d19e8..86eee7ac7ccd 100644 --- a/pkgs/os-specific/linux/rtw88/default.nix +++ b/pkgs/os-specific/linux/rtw88/default.nix @@ -5,13 +5,13 @@ let in stdenv.mkDerivation { pname = "rtw88"; - version = "unstable-2023-07-23"; + version = "0-unstable-2024-07-27"; src = fetchFromGitHub { owner = "lwfinger"; repo = "rtw88"; - rev = "9b6fe04a741a6b0a1edc5ca134927784bff033a5"; - hash = "sha256-OzaIy+WTrljwAhC73wEIRUXrkz1NrGNJAS3zofQyV6E="; + rev = "610e04fc38343dcdcef95475c1579efc07572f1f"; + hash = "sha256-54XhluBnspjyKR+OjYRa5g66N8F0d/oV3x89IV3zdT0="; }; nativeBuildInputs = kernel.moduleBuildDependencies;