From cba9ec8bc8a2545148bf8ef8af5a2b087c5b1548 Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Sat, 10 Aug 2024 11:19:09 +0200 Subject: [PATCH] linuxPackages.rtw88: 0-unstable-2024-07-27 -> 0-unstable-2024-08-22 Changes: https://github.com/lwfinger/rtw88/compare/610e04fc38343dcdcef95475c1579efc07572f1f...764a1ee307d7e5720a93b8139c94d76737eced91 Notably, this fixes the build against Linux 6.11. --- 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 86eee7ac7ccd..5dcee061edd7 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 = "0-unstable-2024-07-27"; + version = "0-unstable-2024-08-22"; src = fetchFromGitHub { owner = "lwfinger"; repo = "rtw88"; - rev = "610e04fc38343dcdcef95475c1579efc07572f1f"; - hash = "sha256-54XhluBnspjyKR+OjYRa5g66N8F0d/oV3x89IV3zdT0="; + rev = "764a1ee307d7e5720a93b8139c94d76737eced91"; + hash = "sha256-xHo9Qww3w36/UFhMhoLjSzZKpC2VKywJZlCPL30XirA="; }; nativeBuildInputs = kernel.moduleBuildDependencies;