Merge pull request #206083 from peterhoeg/rtl8821cu
rtl8821cu: 2022-05-07 -> 2022-12-07
This commit is contained in:
commit
1b0333ff03
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rtl8821cu";
|
||||
version = "${kernel.version}-unstable-2022-05-07";
|
||||
version = "${kernel.version}-unstable-2022-12-07";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "morrownr";
|
||||
repo = "8821cu-20210118";
|
||||
rev = "14aac4269afe5d21d1cc0032bdc1426128f83734";
|
||||
hash = "sha256-TLakNRhHvYAbK0slKsFgSjqJdxVStzZhi1EEajmr7hg=";
|
||||
rev = "7b8c45a270454f05e2dbf3beeb4afcf817db65da";
|
||||
hash = "sha256-Dg+At0iHvi4pl8umhQyml1bODhkeK8YWYpEckqqzNcQ=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
|
Loading…
Reference in a new issue