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

ddosify: 0.15.1 -> 0.15.3
This commit is contained in:
figsoda 2023-03-22 19:57:40 -04:00 committed by GitHub
commit 4c056723c4
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.1";
version = "0.15.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-Fimr2h0sjZQ1OnFx2DghCGqrfyLZ/SGeRIoLlAAgk3g=";
sha256 = "sha256-xTalStFym/8l2YDuk2F0ydHnT46sxRj/KmOdIbYAMsQ=";
};
vendorHash = "sha256-3y5ppTtvGqwWhgnVBpP4gf26DHKPnSNYK4jfhBiYDwY=";