diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-05-27 23:59:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-27 23:59:08 -0600 |
| commit | 93c81a035545c4c3613153fb7ec486777942a442 (patch) | |
| tree | ee7b49d4c19281c10c751b1199373e651ba029c9 | |
| parent | Merge pull request #234453 from NixOS/backport-234398-to-release-23.05 (diff) | |
| parent | linuxPackages.rtl8821cu: unstable-2022-12-07 -> unstable-2023-04-28 (diff) | |
| download | nixpkgs-93c81a035545c4c3613153fb7ec486777942a442.tar.gz | |
Merge pull request #234420 from NixOS/backport-232330-to-release-23.05
[Backport release-23.05] linuxPackages.rtl8821cu: unstable-2022-12-07 -> unstable-2023-04-28
| -rw-r--r-- | pkgs/os-specific/linux/rtl8821cu/default.nix | 8 |
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 35b068fd8d08..d85186301071 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" ]; |
