ddosify: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2023-01-29 01:34:26 +00:00
parent 8448a6eaaa
commit 0bdee1f3e0

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ddosify";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-peqLeZ8RxkvaqUER2FBQeTdy1AQ/+Bcz9gGOGz1CACc=";
sha256 = "sha256-tw6rrhFhuIsVAj5IqSHGHSYheDqGENLDxiJr+PQno1U=";
};
vendorHash = "sha256-3y5ppTtvGqwWhgnVBpP4gf26DHKPnSNYK4jfhBiYDwY=";