linuxPackages.rtl8821ce: unstable-2022-06-01 -> unstable-2023-01-01

This commit is contained in:
superherointj 2023-02-02 18:04:08 -03:00
parent 441b36ce18
commit 35662dd7b6

View File

@ -1,25 +1,19 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, kernel
, bc
}:
stdenv.mkDerivation rec {
pname = "rtl8821ce";
version = "${kernel.version}-unstable-2022-06-01";
version = "${kernel.version}-unstable-2023-01-01";
src = fetchFromGitHub {
owner = "tomaspinho";
repo = "rtl8821ce";
rev = "be733dc86781c68571650b395dd0fa6b53c0a039";
sha256 = "sha256-4PgISOjCSSGymz96VwE4jzcUiOEO+Ocuk2kJVIA+TQM=";
};
patches = fetchpatch {
url = "https://github.com/tomaspinho/rtl8821ce/pull/291.patch";
sha256 = "sha256-GCZ/iPtzF7PP0ZgagBev6r7IVQ2VenPoLKL9GnPSt+U=";
rev = "a3e2f7c1f91e92f2dc788e8fcd7f2986af3d19b6";
sha256 = "sha256-eR4iTkRMnhNEBrUEC+fKlwq3hezNC9mSAQ7D0Wwss/0=";
};
hardeningDisable = [ "pic" ];