7 pname = "go-exploitdb";
10 src = fetchFromGitHub {
12 repo = "go-exploitdb";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-7S6DuPCsT3mP4/W5Lsyg4RS7Km8dmYkrUhvSjlRhahc=";
17 vendorHash = "sha256-uqXNRfWWNvpDC3q+eDX3NOQIHz0di4/Vjh7r8OMsTr4=";
22 "-X=github.com/vulsio/go-exploitdb/config.Version=${version}"
26 description = "Tool for searching Exploits from Exploit Databases, etc";
27 mainProgram = "go-exploitdb";
28 homepage = "https://github.com/vulsio/go-exploitdb";
29 changelog = "https://github.com/vulsio/go-exploitdb/releases/tag/v${version}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ fab ];