mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
linuxPackages.rtw88: 0-unstable-2024-08-22 -> 0-unstable-2025-05-08
Changes: lwfinger/rtw88@764a1ee307..461b696b51
(cherry picked from commit 5254700b73)
This commit is contained in:
committed by
github-actions[bot]
parent
b55627820f
commit
fe2bfa89f5
@@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
kernel,
|
||||
kernelModuleMakeFlags,
|
||||
unstableGitUpdater,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -11,13 +12,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "rtw88";
|
||||
version = "0-unstable-2024-08-22";
|
||||
version = "0-unstable-2025-05-08";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lwfinger";
|
||||
repo = "rtw88";
|
||||
rev = "764a1ee307d7e5720a93b8139c94d76737eced91";
|
||||
hash = "sha256-xHo9Qww3w36/UFhMhoLjSzZKpC2VKywJZlCPL30XirA=";
|
||||
rev = "461b696b51317ba4ca585a4ddb32f2e72cd4efc9";
|
||||
hash = "sha256-PBAON2s7gKvpO40vppahEtkWJ4HIjbOjfUz+fx87gIA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
@@ -37,6 +38,8 @@ stdenv.mkDerivation {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Backport of the latest Realtek RTW88 driver from wireless-next for older kernels";
|
||||
homepage = "https://github.com/lwfinger/rtw88";
|
||||
|
||||
Reference in New Issue
Block a user