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

nuclei-templates: 10.3.1 -> 10.3.2 (#462981)

parents 4e8931df e4b74196
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.3.1";
  version = "10.3.2";

  src = fetchFromGitHub {
    owner = "projectdiscovery";
    repo = "nuclei-templates";
    tag = "v${version}";
    hash = "sha256-ZiqTusOcWv3XRQaxOlu8MojQHBbCue7IIyPI078YP04=";
    hash = "sha256-8zb+s5XLa5t0DklswqKiFoAvcXyNxS7QgSjTySWJBGA=";
  };

  installPhase = ''