ddosify: 0.15.4 -> 0.16.2

This commit is contained in:
R. Ryantm 2023-04-18 05:59:48 +00:00
parent 39fe943511
commit 49c494be20

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ddosify";
version = "0.15.4";
version = "0.16.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-83/NZ/DcB7+jHFm1i3ru/vdUOhCP68xAkhrX4ekL8Uo=";
sha256 = "sha256-AieMl5/S+ywX29Xu510YqeFKV9IyDZYepO1r/kHklSo=";
};
vendorHash = "sha256-/kxHK3dX1RXB3Z5suSKsTHF7xaklCoyzUTbU1lcYwwg=";