ddosify: 0.16.7 -> 1.0.1

This commit is contained in:
R. Ryantm 2023-05-15 23:48:22 +00:00
parent 10092e1418
commit 1e635a5a18

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ddosify";
version = "0.16.7";
version = "1.0.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-AWYUJalXggNJonYE71c9uH+ebAms1LJTLcYgHzmUzR0=";
sha256 = "sha256-QinC03SdJ0V2t69LJYsoV+KV13D+OcTkLetFe8vLF3Y=";
};
vendorHash = "sha256-/kxHK3dX1RXB3Z5suSKsTHF7xaklCoyzUTbU1lcYwwg=";
vendorHash = "sha256-cGhMhX+SEv9fejViLZrEwXg584o204OQ5iR6AkxKnXo=";
ldflags = [
"-s" "-w"