summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8821cu/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-11-06 11:25:57 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-06 11:59:21 -0700
commit44729a305e55ddbf66c6bbdc670cc8b1cd01b513 (patch)
tree6afff6281625b6166dfef95d345aefb0dcecb57a /pkgs/os-specific/linux/rtl8821cu/default.nix
parent8cc3c4ff6e623fab80291e35791c9ce6b2232fef (diff)
downloadnixpkgs-44729a305e55ddbf66c6bbdc670cc8b1cd01b513.tar
nixpkgs-44729a305e55ddbf66c6bbdc670cc8b1cd01b513.tar.gz
nixpkgs-44729a305e55ddbf66c6bbdc670cc8b1cd01b513.tar.bz2
nixpkgs-44729a305e55ddbf66c6bbdc670cc8b1cd01b513.tar.lz
nixpkgs-44729a305e55ddbf66c6bbdc670cc8b1cd01b513.tar.xz
nixpkgs-44729a305e55ddbf66c6bbdc670cc8b1cd01b513.tar.zst
nixpkgs-44729a305e55ddbf66c6bbdc670cc8b1cd01b513.zip
linuxPackages.rtl8821cu: 2021-05-19 -> 2021-10-21
Fixes build with Linux 5.15.
Diffstat (limited to 'pkgs/os-specific/linux/rtl8821cu/default.nix')
-rw-r--r--pkgs/os-specific/linux/rtl8821cu/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/rtl8821cu/default.nix b/pkgs/os-specific/linux/rtl8821cu/default.nix
index 2ea555ff0b8..9229a3c1306 100644
--- a/pkgs/os-specific/linux/rtl8821cu/default.nix
+++ b/pkgs/os-specific/linux/rtl8821cu/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "rtl8821cu";
-  version = "${kernel.version}-unstable-2021-05-19";
+  version = "${kernel.version}-unstable-2021-10-21";
 
   src = fetchFromGitHub {
     owner = "morrownr";
     repo = "8821cu";
-    rev = "2430c354c9b15fa6193a263c99ce57211d50c66f";
-    sha256 = "sha256-PkrpwebZYh/hBukqDQf6pxfbkVyA+CpYtte5pmzgLtw=";
+    rev = "4e2d84c5e70245f850877f355e8bf293f252f61c";
+    sha256 = "1j32psvfgzfs5b1pdff6xk76iz7j8scakji6zm3vgqb2ssbxx1k1";
   };
 
   hardeningDisable = [ "pic" ];