ddosify: 0.16.6 -> 0.16.7

This commit is contained in:
R. Ryantm 2023-04-30 12:56:54 +00:00
parent 46285d5069
commit 46913e159c

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ddosify";
version = "0.16.6";
version = "0.16.7";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-YPy/CP0Pt/D6Vu2pDaJcCrJTEorMvTgGx/+9U7RrG88=";
sha256 = "sha256-AWYUJalXggNJonYE71c9uH+ebAms1LJTLcYgHzmUzR0=";
};
vendorHash = "sha256-/kxHK3dX1RXB3Z5suSKsTHF7xaklCoyzUTbU1lcYwwg=";