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

ddosify: 0.9.0 -> 0.9.1
This commit is contained in:
figsoda 2022-12-07 23:58:23 -05:00 committed by GitHub
commit b38a49da76
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.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-8sqOhhuneLFxhmZjoMYYfWw9wv55zWzw3QQEZW+hxBU=";
sha256 = "sha256-CUCIY3tDkmNPnHFgfjWa5wVFvaSWV9DAyPFx3+dHxZQ=";
};
vendorSha256 = "sha256-mq82KNa01gHvW+RUREra+ysaJ1YWIwX0v/uYMxmFN4M=";