diff options
| author | AtilaSaraiva <atilasaraiva@gmail.com> | 2022-05-24 00:15:20 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-25 20:26:27 +0000 |
| commit | daf6ceeebc6d561b39b51fba62fd595652ab9281 (patch) | |
| tree | 80780e9ccbcb285bca563dbe072240c8e4df0a4a | |
| parent | linuxPackages.rtw88: 2021-04-19 to 2022-05-08 (diff) | |
| download | nixpkgs-origin/backport-174222-to-release-22.05.tar.gz | |
linuxPackages.rtw88: removing upper version limit for the broken markorigin/backport-174222-to-release-22.05
(cherry picked from commit 032a4229f40010531c34f0e61aff84ba4c7a8261)
| -rw-r--r-- | pkgs/os-specific/linux/rtw88/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/rtw88/default.nix b/pkgs/os-specific/linux/rtw88/default.nix index b4c9649391c0..06fd2786c7cf 100644 --- a/pkgs/os-specific/linux/rtw88/default.nix +++ b/pkgs/os-specific/linux/rtw88/default.nix @@ -10,8 +10,8 @@ stdenv.mkDerivation { src = fetchFromGitHub { owner = "lwfinger"; repo = "rtw88"; - rev = "ce979583dff5fc2f6cbce354c3e2dceafee454ca"; - hash = "sha256-/hEytY5kbOgH/fatboOO5yDxVq6kUtGFQeF2UO7OX28="; + rev = "dbcc43c31a4576f90e1e468d3a85c2dfdb25ec42"; + hash = "sha256-IDHolspYtwjV5r5WArWl1g4zgKLvPd4ydKKH/aE5NSg="; }; nativeBuildInputs = kernel.moduleBuildDependencies; @@ -35,7 +35,7 @@ stdenv.mkDerivation { license = with licenses; [ bsd3 gpl2Only ]; maintainers = with maintainers; [ tvorog atila ]; platforms = platforms.linux; - broken = kernel.kernelOlder "4.14" || kernel.kernelAtLeast "5.14"; + broken = kernel.kernelOlder "4.14"; priority = -1; }; } |
