ddosify 0.16.6 -> 0.16.7 https://repology.org/project/ddosify/versions attrpath: ddosify Checking auto update branch... No auto update branch exists Old version 0.16.6" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "ddosify"; version = "0.16.7"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; sha256 = "sha256-AWYUJalXggNJonYE71c9uH+ebAms1LJTLcYgHzmUzR0="; }; vendorHash = "sha256-/kxHK3dX1RXB3Z5suSKsTHF7xaklCoyzUTbU1lcYwwg="; ldflags = [ "-s" "-w" "-X main.GitVersion=${version}" "-X main.GitCommit=unknown" "-X main.BuildDate=unknown" ]; # TestCreateHammerMultipartPayload error occurred - Get "https://upload.wikimedia.org/wikipedia/commons/b/bd/Test.svg" doCheck = false; doInstallCheck = true; installCheckPhase = '' $out/bin/ddosify -version | grep ${version} > /dev/null ''; meta = with lib; { description = "High-performance load testing tool, written in Golang"; homepage = "https://ddosify.com/"; changelog = "https://github.com/ddosify/ddosify/releases/tag/v${version}"; license = licenses.agpl3Plus; maintainers = with maintainers; [ bryanasdev000 ]; }; }