11 src = fetchFromGitHub {
15 hash = "sha256-gSMkTGzMDI+scG3FQ0u0liUDL4qOPPW2UWLlAQcmmaA=";
19 # update dependencies to fix darwin build - remove in next release
21 url = "https://github.com/stefanoj3/dirstalk/commit/79aef14c5c048f3a3a8374f42c7a0d52fc9f7b50.patch";
22 sha256 = "sha256-2rSrMowfYdKV69Yg2QBzam3WOwGrSHQB+3uVi1Z2oJ8=";
26 vendorHash = "sha256-XY4vIh5de0tp4KPXTpzTm7/2bDisTjCsojLzxVDf4Jw=";
28 subPackages = "cmd/dirstalk";
33 "-X github.com/stefanoj3/dirstalk/pkg/cmd.Version=${version}"
36 # Tests want to write to the root directory
40 description = "Tool to brute force paths on web servers";
41 mainProgram = "dirstalk";
42 homepage = "https://github.com/stefanoj3/dirstalk";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fab ];