summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorVanilla <osu_Vanilla@126.com>2023-05-17 10:45:32 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-27 12:14:11 +0000
commit9f50e6fd10dc930e952e758426046f4dde1b61fd (patch)
tree19cad0047fa8b5a982549c03182e2711a7d6d4e8 /pkgs/os-specific
parent5d0a53f1d5f9863ed73656026b4d6fa87819a8ea (diff)
linuxPackages.rtl8821cu: unstable-2022-12-07 -> unstable-2023-04-28
(cherry picked from commit f09bffe4d78b7f4377e1405e74d296c7e0ca44be)
Diffstat (limited to 'pkgs/os-specific')
-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 35b068fd8d088..d851863010710 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-2022-12-07";
+  version = "${kernel.version}-unstable-2023-04-28";
 
   src = fetchFromGitHub {
     owner = "morrownr";
-    repo = "8821cu-20210118";
-    rev = "7b8c45a270454f05e2dbf3beeb4afcf817db65da";
-    hash = "sha256-Dg+At0iHvi4pl8umhQyml1bODhkeK8YWYpEckqqzNcQ=";
+    repo = "8821cu-20210916";
+    rev = "e49409f22ceea0d5b5ef431e6170580028b84c9d";
+    hash = "sha256-mElZRr4RkRFiraBM8BxT8yesYgvDaj6xP+9T3P+0Ns4=";
   };
 
   hardeningDisable = [ "pic" ];