linuxPackages.rtw88: 0-unstable-2025-07-13 -> 0-unstable-2025-08-09 (#429895)

Changed files
+3 -3
pkgs
os-specific
linux
rtw88
+3 -3
pkgs/os-specific/linux/rtw88/default.nix
···
in
stdenv.mkDerivation {
pname = "rtw88";
-
version = "0-unstable-2025-07-13";
+
version = "0-unstable-2025-08-09";
src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtw88";
-
rev = "fa96fd4c014fa528d1fa50318e97aa71bf4f473c";
-
hash = "sha256-KFozxbpw6HJhbL5QLnGkKEBAbeEiHrhSJUMAcbM+lX4=";
+
rev = "52072d874840f28c247b27f5d799f2c5c88a7e61";
+
hash = "sha256-Lu3ol0iKfM9/SJ5lieh4A28h02Stc971ZypfiB2BWJ0=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;