Merge pull request #206083 from peterhoeg/rtl8821cu

rtl8821cu: 2022-05-07 -> 2022-12-07
This commit is contained in:
Jörg Thalheim 2022-12-14 21:20:11 +00:00 committed by GitHub
commit 1b0333ff03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "rtl8821cu"; pname = "rtl8821cu";
version = "${kernel.version}-unstable-2022-05-07"; version = "${kernel.version}-unstable-2022-12-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "morrownr"; owner = "morrownr";
repo = "8821cu-20210118"; repo = "8821cu-20210118";
rev = "14aac4269afe5d21d1cc0032bdc1426128f83734"; rev = "7b8c45a270454f05e2dbf3beeb4afcf817db65da";
hash = "sha256-TLakNRhHvYAbK0slKsFgSjqJdxVStzZhi1EEajmr7hg="; hash = "sha256-Dg+At0iHvi4pl8umhQyml1bODhkeK8YWYpEckqqzNcQ=";
}; };
hardeningDisable = [ "pic" ]; hardeningDisable = [ "pic" ];