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

ddosify: 0.8.2 -> 0.8.3
This commit is contained in:
figsoda 2022-09-09 10:42:16 -04:00 committed by GitHub
commit 0017614360
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.8.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-GvRooRsSLny+KZcro/rmagp4QAt4U52THiqTWqdvhK8=";
sha256 = "sha256-Mv56NpzDBsqzHwUkqL6d828E3hVrNT9FXLL6IqWJYeQ=";
};
vendorSha256 = "sha256-mq82KNa01gHvW+RUREra+ysaJ1YWIwX0v/uYMxmFN4M=";