ddosify: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm 2022-02-16 02:57:00 +00:00
parent c374a5dd49
commit 077595349b

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ddosify";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-QLJB2WcnguknEMdgwJzltp++mJCL4cFOWU568aTk0sc=";
sha256 = "sha256-urls47jS9Vu64PC/Ie+UTDfg17krs+UegqKub1QaYK4=";
};
vendorSha256 = "sha256-lbo9P2UN9TmUAqyhFdbOHWokoAogVQZihpcOlhmumxU=";