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>2022-03-20 22:35:32 +0000
committerAlyssa Ross <hi@alyssa.is>2022-03-20 22:46:05 +0000
commita982f69fa884be70ac3223f6919867e7d4e00596 (patch)
tree8b0c0b7c1ddd35c1c8c2667abe182c6302f52ac9 /pkgs/os-specific/linux/rtl8821cu/default.nix
parent659f0ef7df1c73c5cc50e3de10249e14f3cbcba2 (diff)
downloadnixpkgs-a982f69fa884be70ac3223f6919867e7d4e00596.tar
nixpkgs-a982f69fa884be70ac3223f6919867e7d4e00596.tar.gz
nixpkgs-a982f69fa884be70ac3223f6919867e7d4e00596.tar.bz2
nixpkgs-a982f69fa884be70ac3223f6919867e7d4e00596.tar.lz
nixpkgs-a982f69fa884be70ac3223f6919867e7d4e00596.tar.xz
nixpkgs-a982f69fa884be70ac3223f6919867e7d4e00596.tar.zst
nixpkgs-a982f69fa884be70ac3223f6919867e7d4e00596.zip
linuxPackages.rtl8821cu: 2021-10-21 -> 2022-03-08
Like with other morrownr modules, the 8821cu repo now links to
the 8821cu-20210118 repository as the place to get the driver code.  I
kept the homepage as 8821cu though, because in future if a new version
of the driver is created, that's where the link will be posted.

Fixes the build with Linux 5.17.
Diffstat (limited to 'pkgs/os-specific/linux/rtl8821cu/default.nix')
-rw-r--r--pkgs/os-specific/linux/rtl8821cu/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/rtl8821cu/default.nix b/pkgs/os-specific/linux/rtl8821cu/default.nix
index 0ea0682214b..a3d767d2ee6 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-10-21";
+  version = "${kernel.version}-unstable-2022-03-08";
 
   src = fetchFromGitHub {
     owner = "morrownr";
-    repo = "8821cu";
-    rev = "4e2d84c5e70245f850877f355e8bf293f252f61c";
-    sha256 = "1j32psvfgzfs5b1pdff6xk76iz7j8scakji6zm3vgqb2ssbxx1k1";
+    repo = "8821cu-20210118";
+    rev = "4bdd7c8668562e43564cd5d786055633e591ad4d";
+    sha256 = "sha256-dfvDpjsra/nHwIGywOkZICTEP/Ex7ooH4zzkXqAaDkI=";
   };
 
   hardeningDisable = [ "pic" ];