Commit 5d11f195 authored by Shawn8901's avatar Shawn8901
Browse files

stalwart-mail.webadmin: add updateScript

parent 7658294e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  trunk-ng,
  tailwindcss,
  fetchNpmDeps,
  nix-update-script,
  nodejs,
  npmHooks,
  llvmPackages,
@@ -60,6 +61,10 @@ rustPlatform.buildRustPackage rec {
    zip -r $out/webadmin.zip *
  '';

  passthru = {
    updateScript = nix-update-script { };
  };

  meta = with lib; {
    description = "Secure & modern all-in-one mail server Stalwart (webadmin module)";
    homepage = "https://github.com/stalwartlabs/webadmin";