about summary refs log tree commit diff
path: root/pkgs/tools/security/naabu
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-26 12:42:04 +0100
committerGitHub <noreply@github.com>2023-02-26 12:42:04 +0100
commit41ff17b16124b450a4864ac7ec0ab36f757aafa3 (patch)
treeb13fd306f11335ec88566ea4dc07695bd5e088b8 /pkgs/tools/security/naabu
parent42222b99947c326ed5d63439b72e5d6da7a2f8d5 (diff)
naabu: add changelog to meta
Diffstat (limited to 'pkgs/tools/security/naabu')
-rw-r--r--pkgs/tools/security/naabu/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/security/naabu/default.nix b/pkgs/tools/security/naabu/default.nix
index 47da1a61e3412..041a066ed37fd 100644
--- a/pkgs/tools/security/naabu/default.nix
+++ b/pkgs/tools/security/naabu/default.nix
@@ -11,11 +11,11 @@ buildGoModule rec {
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "naabu";
-    rev = "v${version}";
-    sha256 = "sha256-o+5UOyFg1jhFmBDtkVPgJVk50fPt0uxvV6qiPrRtQZw=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-o+5UOyFg1jhFmBDtkVPgJVk50fPt0uxvV6qiPrRtQZw=";
   };
 
-  vendorSha256 = "sha256-Y7eQeoTt0TM4ZKWKVbltYY+k9Vq0TroVywQduwvlLQg=";
+  vendorHash = "sha256-Y7eQeoTt0TM4ZKWKVbltYY+k9Vq0TroVywQduwvlLQg=";
 
   buildInputs = [
     libpcap
@@ -36,6 +36,7 @@ buildGoModule rec {
       all ports that return a reply.
     '';
     homepage = "https://github.com/projectdiscovery/naabu";
+    changelog = "https://github.com/projectdiscovery/naabu/releases/tag/v${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ fab ];
   };