Commit b5d0d397 authored by Defelo's avatar Defelo Committed by Masum Reza
Browse files

linuxPackages.rtl8821ce: add updateScript

parent 4caf81d0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";