Skip to content

Commit

Permalink
Merge pull request NixOS#314448 from Misaka13514/bump-nuclei
Browse files Browse the repository at this point in the history
nuclei: 3.2.7 -> 3.2.8
  • Loading branch information
fabaff authored May 25, 2024
2 parents bc62c50 + 61d8d46 commit 40dcdd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/nuclei/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "nuclei";
version = "3.2.7";
version = "3.2.8";

src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei";
rev = "refs/tags/v${version}";
hash = "sha256-sXrDmtuKfFeYAJnxIZGQiYiAjx40YQLfnMQ8YUCkZ7s=";
hash = "sha256-U/L9V/1aGMjh30s/XDgV522RdLhS1yyUkHwkFDWjA4U=";
};

vendorHash = "sha256-PXa8Fd7LE6uebpep1/HV2EuJdzj8cxeiZ4DYALIoh2A=";
vendorHash = "sha256-DGNjDKjFZ0EJPOJxC7nTCCts8pisomfe4eru2WAHHow=";

subPackages = [ "cmd/nuclei/" ];

Expand Down

0 comments on commit 40dcdd6

Please sign in to comment.