summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8821cu/default.nix
diff options
context:
space:
mode:
authorVanilla <osu_Vanilla@126.com>2023-05-17 10:45:32 +0800
committerVanilla <osu_Vanilla@126.com>2023-05-17 13:51:35 +0800
commitf09bffe4d78b7f4377e1405e74d296c7e0ca44be (patch)
tree4bf6a466a70fd95bc5130db3cfbaa39906d86868 /pkgs/os-specific/linux/rtl8821cu/default.nix
parent541397177ba3943a88184c3a6681f1c24057d759 (diff)
downloadnixpkgs-f09bffe4d78b7f4377e1405e74d296c7e0ca44be.tar
nixpkgs-f09bffe4d78b7f4377e1405e74d296c7e0ca44be.tar.gz
nixpkgs-f09bffe4d78b7f4377e1405e74d296c7e0ca44be.tar.bz2
nixpkgs-f09bffe4d78b7f4377e1405e74d296c7e0ca44be.tar.lz
nixpkgs-f09bffe4d78b7f4377e1405e74d296c7e0ca44be.tar.xz
nixpkgs-f09bffe4d78b7f4377e1405e74d296c7e0ca44be.tar.zst
nixpkgs-f09bffe4d78b7f4377e1405e74d296c7e0ca44be.zip
linuxPackages.rtl8821cu: unstable-2022-12-07 -> unstable-2023-04-28
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 35b068fd8d0..d8518630107 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" ];