diff options
| author | Vanilla <osu_Vanilla@126.com> | 2023-05-17 10:45:32 +0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-27 12:14:11 +0000 |
| commit | 9f50e6fd10dc930e952e758426046f4dde1b61fd (patch) | |
| tree | 19cad0047fa8b5a982549c03182e2711a7d6d4e8 | |
| parent | Merge pull request #234385 from NixOS/backport-218803-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-232330-to-release-23.05.tar.gz | |
linuxPackages.rtl8821cu: unstable-2022-12-07 -> unstable-2023-04-28origin/backport-232330-to-release-23.05
(cherry picked from commit f09bffe4d78b7f4377e1405e74d296c7e0ca44be)
| -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" ]; |
