cloudfox: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-14 10:11:31 +01:00
committed by GitHub
parent 693a12e5b3
commit 91cd6d3f21
+2 -1
View File
@@ -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 ];
};