linuxPackages.rtl8821ce: 0-unstable-2025-05-31 -> 0-unstable-2025-08-20

Diff: https://github.com/tomaspinho/rtl8821ce/compare/66c015af7738039a2045b6da755875e126d3fe73...5df613d114d1ca6072aeaf9f64666029896eed61

Defelo 6fa9fc1e 63500796

+4 -5
+4 -5
pkgs/os-specific/linux/rtl8821ce/default.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "rtl8821ce"; 13 - version = "0-unstable-2025-05-31"; 13 + version = "0-unstable-2025-08-20"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "tomaspinho"; 17 17 repo = "rtl8821ce"; 18 - rev = "66c015af7738039a2045b6da755875e126d3fe73"; 19 - hash = "sha256-JU8ge2QpoR6nJe5G93iTEP7WOU6tLb4NJ1QrkEYUXRA="; 18 + rev = "5df613d114d1ca6072aeaf9f64666029896eed61"; 19 + hash = "sha256-JEaMfpu2F9Pcg7aLwKEUnRMMqC0Y0r1WRmHMCRba280="; 20 20 }; 21 21 22 22 hardeningDisable = [ "pic" ]; ··· 47 47 maintainers = with lib.maintainers; [ defelo ]; 48 48 broken = 49 49 stdenv.hostPlatform.isAarch64 50 - || ((lib.versions.majorMinor kernel.version) == "5.4" && kernel.isHardened) 51 - || kernel.kernelAtLeast "6.16"; 50 + || ((lib.versions.majorMinor kernel.version) == "5.4" && kernel.isHardened); 52 51 }; 53 52 })