Merge pull request #228628 from r-ryantm/auto-update/ddosify

ddosify: 0.16.2 -> 0.16.6
This commit is contained in:
figsoda 2023-04-27 22:19:13 -04:00 committed by GitHub
commit c1f6f7307f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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