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

ddosify: 1.0.1 -> 1.0.3
This commit is contained in:
Fabian Affolter 2023-06-03 23:22:36 +02:00 committed by GitHub
commit a6c97bcc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ddosify";
version = "1.0.1";
version = "1.0.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-QinC03SdJ0V2t69LJYsoV+KV13D+OcTkLetFe8vLF3Y=";
sha256 = "sha256-SkKETcKlH6OF6+gLBq/6P7txcmMRxoXc1Mm005piCHc=";
};
vendorHash = "sha256-cGhMhX+SEv9fejViLZrEwXg584o204OQ5iR6AkxKnXo=";