Unverified Commit 99ff3a51 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

ddosify: 0.16.6 -> 0.16.7
parents 1e02ff67 46913e15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "ddosify";
  version = "0.16.6";
  version = "0.16.7";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-YPy/CP0Pt/D6Vu2pDaJcCrJTEorMvTgGx/+9U7RrG88=";
    sha256 = "sha256-AWYUJalXggNJonYE71c9uH+ebAms1LJTLcYgHzmUzR0=";
  };

  vendorHash = "sha256-/kxHK3dX1RXB3Z5suSKsTHF7xaklCoyzUTbU1lcYwwg=";