nuclei-templates: 10.2.8 -> 10.2.9 (#444261)

authored by

Fabian Affolter and committed by
GitHub
11d1e4e1 684f3cba

+2 -2
+2 -2
pkgs/by-name/nu/nuclei-templates/package.nix
··· 6 7 stdenvNoCC.mkDerivation rec { 8 pname = "nuclei-templates"; 9 - version = "10.2.8"; 10 11 src = fetchFromGitHub { 12 owner = "projectdiscovery"; 13 repo = "nuclei-templates"; 14 tag = "v${version}"; 15 - hash = "sha256-FGMdm9VbML+9xQrPrq7eudnxpi2xJFK98iPMacWv8iE="; 16 }; 17 18 installPhase = ''
··· 6 7 stdenvNoCC.mkDerivation rec { 8 pname = "nuclei-templates"; 9 + version = "10.2.9"; 10 11 src = fetchFromGitHub { 12 owner = "projectdiscovery"; 13 repo = "nuclei-templates"; 14 tag = "v${version}"; 15 + hash = "sha256-ZncJFBWt+7NwK4zxPXr1wxtAuxjMuaGmcC1a5RAQ2Y8="; 16 }; 17 18 installPhase = ''