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-21 10:03:49 +0200
committerSamuel Gräfenstein <git@samuelgrf.com>2021-04-21 10:03:49 +0200
commit840805562bf4fefe14f17311c250633084c38247 (patch)
tree9c4c40eaa49f20766eed37216222b08657df7c14 /pkgs/os-specific/linux/rtw88
parent8ddbcd14ef20e6c6229976ce4d471a0b16bb16d1 (diff)
downloadnixpkgs-840805562bf4fefe14f17311c250633084c38247.tar
nixpkgs-840805562bf4fefe14f17311c250633084c38247.tar.gz
nixpkgs-840805562bf4fefe14f17311c250633084c38247.tar.bz2
nixpkgs-840805562bf4fefe14f17311c250633084c38247.tar.lz
nixpkgs-840805562bf4fefe14f17311c250633084c38247.tar.xz
nixpkgs-840805562bf4fefe14f17311c250633084c38247.tar.zst
nixpkgs-840805562bf4fefe14f17311c250633084c38247.zip
linuxPackages.rtw88: 2021-04-01 -> 2021-04-19
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 6b5e3211a9e..42302351240 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-01";
+  version = "unstable-2021-04-19";
 
   src = fetchFromGitHub {
     owner = "lwfinger";
     repo = "rtw88";
-    rev = "689ce370b0c2da207bb092065697f6cb455a00dc";
-    hash = "sha256-gdfQxpzYJ9bEObc2iEapA0TPMZuXndBvEu6qwKqdhyo=";
+    rev = "0f3cc6a5973bc386d9cb542fc85a6ba027edff5d";
+    hash = "sha256-PRzWXC1lre8gt1GfVdnaG836f5YK57P9a8tG20yef0w=";
   };
 
   makeFlags = [ "KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ];