linuxPackages.rtl8821ce: add updateScript

This commit is contained in:
Defelo
2025-03-15 11:52:27 +05:30
committed by Masum Reza
parent 4caf81d0e0
commit b5d0d397f6
+4 -1
View File
@@ -5,11 +5,12 @@
kernel,
kernelModuleMakeFlags,
bc,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "rtl8821ce";
version = "${kernel.version}-unstable-2025-02-08";
version = "0-unstable-2025-02-08";
src = fetchFromGitHub {
owner = "tomaspinho";
@@ -36,6 +37,8 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=master" ]; };
meta = {
description = "Realtek rtl8821ce driver";
homepage = "https://github.com/tomaspinho/rtl8821ce";