katana: add changelog to meta
This commit is contained in:
parent
1c313584cc
commit
a2cb09e304
1 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,8 @@ buildGoModule rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-OSvkQIpZEMav1dh3DDTqFxoFbc6sWOjhslqVJcUS104=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-OSvkQIpZEMav1dh3DDTqFxoFbc6sWOjhslqVJcUS104=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-u/3MMuq2Zab6k+vPQ0iKQf8k9zMV2aIgIsTee0VUQaI=";
|
||||
|
@ -23,6 +23,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "A next-generation crawling and spidering framework";
|
||||
homepage = "https://github.com/projectdiscovery/katana";
|
||||
changelog = "https://github.com/projectdiscovery/katana/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dit7ya ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue