linuxPackages.rtl8821cu: unstable-2024-09-27 -> unstable-2025-05-08 (#410667)

This commit is contained in:
Aleksana 2025-06-22 16:38:57 +08:00 committed by GitHub
commit 366bafce3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "rtl8821cu";
version = "${kernel.version}-unstable-2024-09-27";
version = "${kernel.version}-unstable-2025-05-08";
src = fetchFromGitHub {
owner = "morrownr";
repo = "8821cu-20210916";
rev = "2dce552dc6aa0cdab427bfa810c3df002eab0078";
hash = "sha256-8hGAfZyDCGl0RnPnYjc7iMEulZvoIGe2ghfIfoiz7ZI=";
rev = "d74134a1c68f59f2b80cdd6c6afb8c1a8a687cbf";
hash = "sha256-ExT7ONQeejFoMwUUXKua7wMnRi+3IYayLmlWIEWteK4=";
};
hardeningDisable = [ "pic" ];