Merge pull request #241344 from fabaff/nuclei-bump

nuclei: update rev
This commit is contained in:
Fabian Affolter
2023-07-04 16:28:59 +02:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-0rviTlnsI4BfWDJMgbkma44xauDhlZB2d15uel4/Y3M=";
};