cloudfox: add changelog to meta
This commit is contained in:
parent
693a12e5b3
commit
91cd6d3f21
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ buildGoModule rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "BishopFox";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-HLBW7a2sjA/bs8VJkwQNqM6YPEfa1onMoK89G5Fsb8s=";
|
||||
};
|
||||
|
||||
|
@ -22,6 +22,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Tool for situational awareness of cloud penetration tests";
|
||||
homepage = "https://github.com/BishopFox/cloudfox";
|
||||
changelog = "https://github.com/BishopFox/cloudfox/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue