Skip to content

Commit

Permalink
Merge pull request #118289 from samuelgrf/rtw88_2021-04-01
Browse files Browse the repository at this point in the history
linuxPackages.rtw88: 2021-03-21 -> 2021-04-01
  • Loading branch information
SuperSandro2000 committed Apr 2, 2021
2 parents 6629be4 + a893766 commit 28ee5b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/rtw88/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ let
in
stdenv.mkDerivation {
pname = "rtw88";
version = "unstable-2021-03-21";
version = "unstable-2021-04-01";

src = fetchFromGitHub {
owner = "lwfinger";
repo = "rtw88";
rev = "fb2d8d2be9b33328eaf391926c502b34f6367b01";
hash = "sha256-NjB0eooI6j6IDtD572ZkairPdJwc/x+pxITLb7ujoS8=";
rev = "689ce370b0c2da207bb092065697f6cb455a00dc";
hash = "sha256-gdfQxpzYJ9bEObc2iEapA0TPMZuXndBvEu6qwKqdhyo=";
};

makeFlags = [ "KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ];
Expand Down

0 comments on commit 28ee5b3

Please sign in to comment.