0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

linuxPackages.rtl8821ce: 0-unstable-2025-03-12 -> 0-unstable-2025-03-31

This commit is contained in:
Defelo 2025-03-31 14:17:34 +00:00 committed by Masum Reza
parent 61440cf18e
commit fa97e9e3e8

View file

@ -6,28 +6,19 @@
kernelModuleMakeFlags,
bc,
nix-update-script,
fetchpatch,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "rtl8821ce";
version = "0-unstable-2025-03-12";
version = "0-unstable-2025-03-31";
src = fetchFromGitHub {
owner = "tomaspinho";
repo = "rtl8821ce";
rev = "1bbfc35ece57cbdfb8473c49d3c6464eede54191";
hash = "sha256-n9g98qORHdFVTU6jlMnCFvqW/xz6SDKqIBjT+IFEiHU=";
rev = "98cff1d7dcbf17b36a98bac342df75dfe0b79017";
hash = "sha256-23UJE3EzWufjuAU+iBOk5Ia2xUWxQQGI6/eCp1UmRUA=";
};
patches = [
(fetchpatch {
name = "fix-build-on-6.14.patch";
url = "https://github.com/tomaspinho/rtl8821ce/commit/1f1809775e686a524c8eb8ebcf5957ed8e697f74.patch";
hash = "sha256-p8lQS98i7lGMiNtmsWMKCLtwbFRJkLImUYCOLCfARTI=";
})
];
hardeningDisable = [ "pic" ];
nativeBuildInputs = [ bc ] ++ kernel.moduleBuildDependencies;