linuxPackages.rtw88: 0-unstable-2025-10-20 -> 0-unstable-2025-11-30

This commit is contained in:
R. Ryantm
2025-12-06 07:07:51 +00:00
parent 9e31b6e2c4
commit e8516f2916
+3 -3
View File
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation {
pname = "rtw88";
version = "0-unstable-2025-10-20";
version = "0-unstable-2025-11-30";
src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtw88";
rev = "9bc8fecb61d4ad59e46b4dbd003d60ef2d8437a8";
hash = "sha256-/nA0U1Ry+xt4F4GC9ymMDFhkiHAqeodv7uUXAaALmdg=";
rev = "3309c45c283cbd996e1e05eeddf90c4fa589b90b";
hash = "sha256-AtDAzguL71hvgh/xvbBKWmza05n2D5Q+W3YkHQXdup8=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;