Unverified Commit d155fa32 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

nuclei-templates: 10.2.9 -> 10.3.0 (#449786)

parents b4b49196 46ed5469
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "nuclei-templates";
  version = "10.2.9";
  version = "10.3.0";

  src = fetchFromGitHub {
    owner = "projectdiscovery";
    repo = "nuclei-templates";
    tag = "v${version}";
    hash = "sha256-ZncJFBWt+7NwK4zxPXr1wxtAuxjMuaGmcC1a5RAQ2Y8=";
    hash = "sha256-WzPH3uyRAseN51gpmezfD0Mcbjh2K2mSkRbo3LFShG4=";
  };

  installPhase = ''