10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-rnNbEPlbye0gjUamwq1xjFM/4g0eEHsGOAZWziEqxwM=";
17 vendorHash = "sha256-XPOsC+HoLytgv1fhAaO5HYSvuOP6OhjLyOYTfiD64QI=";
20 description = "Tool to uncover technologies used on websites";
21 homepage = "https://github.com/rverton/webanalyze";
22 changelog = "https://github.com/rverton/webanalyze/releases/tag/v${version}";
23 license = licenses.mit;
24 maintainers = with maintainers; [ fab ];
25 mainProgram = "webanalyze";