ffuf: add changelog to meta
This commit is contained in:
parent
39af68a70b
commit
d80fdedd72
1 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,8 @@ buildGoModule rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-TfPglATKQ3RIGODcIpSRL6FjbLyCjDzbi70jTLKYlLk=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-TfPglATKQ3RIGODcIpSRL6FjbLyCjDzbi70jTLKYlLk=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-nqv45e1W7MA8ElsJ7b4XWs26OicJ7IXmh93+wkueZg4=";
|
||||
|
@ -24,6 +24,7 @@ buildGoModule rec {
|
|||
or web servers.
|
||||
'';
|
||||
homepage = "https://github.com/ffuf/ffuf";
|
||||
changelog = "https://github.com/ffuf/ffuf/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue