linuxPackages.rtw88: 0-unstable-2025-12-28 -> 0-unstable-2026-02-12

This commit is contained in:
R. Ryantm
2026-02-16 23:25:13 +00:00
parent 6a8895f830
commit 4f52463b9a
+3 -3
View File
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation {
pname = "rtw88";
version = "0-unstable-2025-12-28";
version = "0-unstable-2026-02-12";
src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtw88";
rev = "2dd31d98c8a26e156f06bbcfb7a957fb452e2f83";
hash = "sha256-vqOBRfbzMtQ27T9Bmeop8KDw7c83scM4c/n3VjKKHSI=";
rev = "4e777cb6088f95c16ab3da9458ef78db43010d04";
hash = "sha256-8qDSDz6pliZMal1Nt/KufZ42TYHlQuMgZwhm23Qr9pk=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;