linuxPackages.rtl8821ce: 0-unstable-2025-02-08 -> 0-unstable-2025-03-12

This commit is contained in:
Defelo
2025-03-15 11:52:27 +05:30
committed by Masum Reza
parent b5d0d397f6
commit bf5ace0220
+3 -3
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rtl8821ce";
version = "0-unstable-2025-02-08";
version = "0-unstable-2025-03-12";
src = fetchFromGitHub {
owner = "tomaspinho";
repo = "rtl8821ce";
rev = "46d1a59e37364ed4aedcb09746f0ae412e6b2066";
hash = "sha256-vQM7e8tuy4Lf2HvGtHUvOxulF4DIhX33vFel9u9i178=";
rev = "1bbfc35ece57cbdfb8473c49d3c6464eede54191";
hash = "sha256-n9g98qORHdFVTU6jlMnCFvqW/xz6SDKqIBjT+IFEiHU=";
};
hardeningDisable = [ "pic" ];