summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtw88
diff options
context:
space:
mode:
authorÁtila Saraiva Quintela Soares <atilasaraiva@gmail.com>2022-05-25 17:20:35 -0300
committerGitHub <noreply@github.com>2022-05-25 22:20:35 +0200
commit8fe16d153afb5eca7d39b5dc991e9c1ff6d49b45 (patch)
tree9e4197b401642220fffd8bd1f30b3be10f488ced /pkgs/os-specific/linux/rtw88
parentbe3b5867934fdd616ebf03d8d92dbdfc2fa709cd (diff)
downloadnixpkgs-8fe16d153afb5eca7d39b5dc991e9c1ff6d49b45.tar
nixpkgs-8fe16d153afb5eca7d39b5dc991e9c1ff6d49b45.tar.gz
nixpkgs-8fe16d153afb5eca7d39b5dc991e9c1ff6d49b45.tar.bz2
nixpkgs-8fe16d153afb5eca7d39b5dc991e9c1ff6d49b45.tar.lz
nixpkgs-8fe16d153afb5eca7d39b5dc991e9c1ff6d49b45.tar.xz
nixpkgs-8fe16d153afb5eca7d39b5dc991e9c1ff6d49b45.tar.zst
nixpkgs-8fe16d153afb5eca7d39b5dc991e9c1ff6d49b45.zip
linuxPackages.rtw88: 2021-04-19 to 2022-05-08, removed broken mark. (#174222)
* linuxPackages.rtw88: 2021-04-19 to 2022-05-08

added myself to the maintainers

* linuxPackages.rtw88: removing upper version limit for the broken mark
Diffstat (limited to 'pkgs/os-specific/linux/rtw88')
-rw-r--r--pkgs/os-specific/linux/rtw88/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/rtw88/default.nix b/pkgs/os-specific/linux/rtw88/default.nix
index 529ee621892..06fd2786c7c 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-2021-04-19";
+  version = "unstable-2022-05-08";
 
   src = fetchFromGitHub {
     owner = "lwfinger";
     repo = "rtw88";
-    rev = "0f3cc6a5973bc386d9cb542fc85a6ba027edff5d";
-    hash = "sha256-PRzWXC1lre8gt1GfVdnaG836f5YK57P9a8tG20yef0w=";
+    rev = "dbcc43c31a4576f90e1e468d3a85c2dfdb25ec42";
+    hash = "sha256-IDHolspYtwjV5r5WArWl1g4zgKLvPd4ydKKH/aE5NSg=";
   };
 
   nativeBuildInputs = kernel.moduleBuildDependencies;
@@ -33,9 +33,9 @@ stdenv.mkDerivation {
     description = "The newest Realtek rtlwifi codes";
     homepage = "https://github.com/lwfinger/rtw88";
     license = with licenses; [ bsd3 gpl2Only ];
-    maintainers = with maintainers; [ tvorog ];
+    maintainers = with maintainers; [ tvorog atila ];
     platforms = platforms.linux;
-    broken = kernel.kernelOlder "4.14" || kernel.kernelAtLeast "5.14";
+    broken = kernel.kernelOlder "4.14";
     priority = -1;
   };
 }