Unverified Commit d1a9a606 authored by Braian A. Diez's avatar Braian A. Diez
Browse files

feroxbuster: added update-script

parent 59b3addb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  rustPlatform,
  Security,
  SystemConfiguration,
  nix-update-script,
}:
rustPlatform.buildRustPackage rec {
  pname = "feroxbuster";
@@ -45,6 +46,8 @@ rustPlatform.buildRustPackage rec {
  # Tests require network access
  doCheck = false;

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

  meta = with lib; {
    description = "Fast, simple, recursive content discovery tool";
    homepage = "https://github.com/epi052/feroxbuster";