10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-5K/qXtdlDC09dEjRwYvoh9SapGLNmvywDMiNdwZDDTQ=";
17 vendorHash = "sha256-Wg4JzA2aEwNBsDrkauFUb9AS38ITLBGex9QHzDcdpoM=";
22 "-X=main.GitVersion=${version}"
23 "-X=main.GitCommit=unknown"
24 "-X=main.BuildDate=unknown"
27 # TestCreateHammerMultipartPayload error occurred - Get "https://upload.wikimedia.org/wikipedia/commons/b/bd/Test.svg"
30 doInstallCheck = true;
32 installCheckPhase = ''
33 $out/bin/ddosify -version | grep ${version} > /dev/null
37 description = "High-performance load testing tool, written in Golang";
38 mainProgram = "ddosify";
39 homepage = "https://ddosify.com/";
40 changelog = "https://github.com/ddosify/ddosify/releases/tag/v${version}";
41 license = licenses.agpl3Plus;
42 maintainers = with maintainers; [ bryanasdev000 ];