summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtw88
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2021-04-02 01:42:44 +0200
committerSamuel Gräfenstein <git@samuelgrf.com>2021-04-02 01:43:16 +0200
commita893766d3ab83761da0f00b7f27f02c9b631a8d1 (patch)
treec47c7cd610ea83807bb2d685b4292609e7bf0dd7 /pkgs/os-specific/linux/rtw88
parent8a6f8f51d523806a68d2d3a9f7cccc7f8290cbf8 (diff)
linuxPackages.rtw88: 2021-03-21 -> 2021-04-01
Diffstat (limited to 'pkgs/os-specific/linux/rtw88')
-rw-r--r--pkgs/os-specific/linux/rtw88/default.nix6
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 c89125a920db0..6b5e3211a9e08 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-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" ];