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

nuclei-templates: 10.2.4 -> 10.2.5 (#425351)

parents 29ce02a0 cbe06e74
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.4";
  version = "10.2.5";

  src = fetchFromGitHub {
    owner = "projectdiscovery";
    repo = "nuclei-templates";
    tag = "v${version}";
    hash = "sha256-RBZjtKkUk+kOob2VBFh1rPrVuUsIBMAetUhMClOZY6s=";
    hash = "sha256-fJykVJHfuSmnSuR/Sxup8pr+KKwqQoYqLeNLoXMau4E=";
  };

  installPhase = ''