ffuf: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-09 15:42:54 +01:00
parent 39af68a70b
commit d80fdedd72

View file

@ -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 ];
};