ddosify: 0.13.1 -> 0.13.2

This commit is contained in:
R. Ryantm 2023-02-04 04:35:45 +00:00
parent 235c54cf44
commit 5faafda799

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ddosify";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-bS/7S4PxZSTYvxLFmC486PBHNhkGUIPAnUJQztp3ouw=";
sha256 = "sha256-56VznyGZtSYKyjQRej1QduG/99OYObYNmplsGSckgKg=";
};
vendorHash = "sha256-3y5ppTtvGqwWhgnVBpP4gf26DHKPnSNYK4jfhBiYDwY=";