ddosify: 0.7.6 -> 0.7.9

This commit is contained in:
Bryan A. S 2022-04-28 10:22:15 -03:00
parent 6ff202cb7b
commit b00e8cf034

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ddosify";
version = "0.7.6";
version = "0.7.9";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-nwTVSx6+ELTZnM2tOuyzr7Koq6SE5L52S4revRjGABs=";
sha256 = "sha256-7dPDYBypLz0YWcgwP57LtZV+WNEGd705/0jyDXT4xTY=";
};
vendorSha256 = "sha256-lbo9P2UN9TmUAqyhFdbOHWokoAogVQZihpcOlhmumxU=";
vendorSha256 = "sha256-WvchcVd0tql5Kxt2EP/auSq66hjiVqew7Iyi/ytaI64=";
ldflags = [
"-s -w"