15 src = fetchFromGitHub {
16 owner = "g0ldencybersec";
18 rev = "refs/tags/v${version}";
19 hash = "sha256-/PhoH+5k63rJL1N3V3IL1TP1oacsBfGfVw/OueN9j8M=";
22 vendorHash = "sha256-g+yaVIx4jxpAQ/+WrGKxhVeliYx7nLQe/zsGpxV4Fn4=";
34 wrapProgram $out/bin/easyeasm \
35 --prefix PATH : "${lib.makeBinPath [
44 description = "Attack surface management tool";
45 homepage = "https://github.com/g0ldencybersec/EasyEASM";
46 changelog = "https://github.com/g0ldencybersec/EasyEASM/releases/tag/v${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];
49 mainProgram = "easyeasm";