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

ddosify: 0.15.4 -> 0.16.2
This commit is contained in:
Fabian Affolter 2023-04-18 11:38:14 +02:00 committed by GitHub
commit e14109b4c0
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.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=";