10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-JFt9PC6VHWTYuaIWh2t2BiGFm1tGwZDdhhdp2xtmXSI=";
17 vendorHash = "sha256-PGUOTEFcOL1pG+itTp9ce1qW+1V6hts8jKpA0E8orDk=";
24 # Disabled for now as there are some failures ("undefined:")
28 description = "Tool to perform OSINT tasks";
29 homepage = "https://github.com/j3ssie/metabigor";
30 changelog = "https://github.com/j3ssie/metabigor/releases/tag/v${version}";
31 license = licenses.mit;
32 maintainers = with maintainers; [ fab ];
33 mainProgram = "metabigor";