diff options
author | K900 | 2023-08-14 12:44:21 +0300 |
---|---|---|
committer | K900 | 2023-08-14 12:44:21 +0300 |
commit | 552fafbb315a1f605e95dc27f87159df5f618738 (patch) | |
tree | 43204e444598df516c85f14f08f7d28ca29f1492 /pkgs/os-specific/linux/rtw88 | |
parent | d03b899c289e3f3f030260f02bdfa0b70b0aff0b (diff) |
linuxPackages.rtw88: 2022-11-05 -> 2023-07-23
Diffstat (limited to 'pkgs/os-specific/linux/rtw88')
-rw-r--r-- | pkgs/os-specific/linux/rtw88/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/rtw88/default.nix b/pkgs/os-specific/linux/rtw88/default.nix index abe98927613f..a28a9f3d19e8 100644 --- a/pkgs/os-specific/linux/rtw88/default.nix +++ b/pkgs/os-specific/linux/rtw88/default.nix @@ -5,13 +5,13 @@ let in stdenv.mkDerivation { pname = "rtw88"; - version = "unstable-2022-11-05"; + version = "unstable-2023-07-23"; src = fetchFromGitHub { owner = "lwfinger"; repo = "rtw88"; - rev = "c0dfe571fd7b307e036f186ef5711b4c0d9f3f08"; - sha256 = "1gc5nv5pyrfag826z36vsrbirg6iww99yx45pcgpp7rmrpbwamvg"; + rev = "9b6fe04a741a6b0a1edc5ca134927784bff033a5"; + hash = "sha256-OzaIy+WTrljwAhC73wEIRUXrkz1NrGNJAS3zofQyV6E="; }; nativeBuildInputs = kernel.moduleBuildDependencies; @@ -30,7 +30,7 @@ stdenv.mkDerivation { ''; meta = with lib; { - description = "The newest Realtek rtlwifi codes"; + description = "Backport of the latest Realtek RTW88 driver from wireless-next for older kernels"; homepage = "https://github.com/lwfinger/rtw88"; license = with licenses; [ bsd3 gpl2Only ]; maintainers = with maintainers; [ tvorog atila ]; |