nuclei-templates: 10.0.0 -> 10.0.1
Diff: https://github.com/projectdiscovery/nuclei-templates/compare/refs/tags/v10.0.0...v10.0.1 Changelog: https://github.com/projectdiscovery/nuclei-templates/releases/tag/v10.0.1
This commit is contained in:
parent
2b40f1b3c8
commit
028df51784
@ -6,13 +6,13 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "nuclei-templates";
|
||||
version = "10.0.0";
|
||||
version = "10.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = "nuclei-templates";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-FGhq1KgHvHkyBXAWdG3OBuNJHj+epLeRw+T241bUSeY=";
|
||||
hash = "sha256-unQ/c3S1uJGSE7DoDsKnnI0n7YGe7s8F0g+yUNB4xH4=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user