linuxPackages.rtw88: 0-unstable-2025-06-26 -> 0-unstable-2025-07-13 (#425160)

This commit is contained in:
Nick Cao 2025-07-15 13:27:47 -04:00 committed by GitHub
commit 027d758320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation {
pname = "rtw88";
version = "0-unstable-2025-06-26";
version = "0-unstable-2025-07-13";
src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtw88";
rev = "b89af8cd40d9528b0cdb9a6251efe49d8a69bfc6";
hash = "sha256-gzWVfb8nAN0mmOpiats+VDG/6iwdrxcQHEsDgC7eFZU=";
rev = "fa96fd4c014fa528d1fa50318e97aa71bf4f473c";
hash = "sha256-KFozxbpw6HJhbL5QLnGkKEBAbeEiHrhSJUMAcbM+lX4=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;