nuclei-templates: 10.2.3 -> 10.2.4
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v10.2.3...refs/tags/v10.2.4 Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v10.2.4
This commit is contained in:
parent
e3cf06d627
commit
76cdff319a
@ -6,13 +6,13 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "nuclei-templates";
|
||||
version = "10.2.3";
|
||||
version = "10.2.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = "nuclei-templates";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-WncT1mij/EncI+uGyDJLfK1Qk7kQAEDbeUdIcI67zPk=";
|
||||
hash = "sha256-RBZjtKkUk+kOob2VBFh1rPrVuUsIBMAetUhMClOZY6s=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user