linuxPackages.rtw88: 0-unstable-2025-07-13 -> 0-unstable-2025-08-09

This commit is contained in:
R. Ryantm
2025-08-09 21:44:03 +00:00
parent b5b18aab99
commit 533f8105e1

View File

@@ -12,13 +12,13 @@ let
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;