Unverified Commit c1f6f730 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

ddosify: 0.16.2 -> 0.16.6
parents 29da0c2f 27e2eaa9
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.2";
  version = "0.16.6";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-AieMl5/S+ywX29Xu510YqeFKV9IyDZYepO1r/kHklSo=";
    sha256 = "sha256-YPy/CP0Pt/D6Vu2pDaJcCrJTEorMvTgGx/+9U7RrG88=";
  };

  vendorHash = "sha256-/kxHK3dX1RXB3Z5suSKsTHF7xaklCoyzUTbU1lcYwwg=";