linuxPackages.rtl8821cu: unstable-2022-12-07 -> unstable-2023-04-28

This commit is contained in:
Vanilla 2023-05-17 10:45:32 +08:00
parent 541397177b
commit f09bffe4d7
No known key found for this signature in database
GPG key ID: 3750028ED04FA42E

View file

@ -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" ];