forked from mirrors/nixpkgs
mapcidr: add changelog to meta
This commit is contained in:
parent
c1baed0895
commit
d6074f1999
|
@ -10,8 +10,8 @@ buildGoModule rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-HmX4C1DXPS/14TGxKFnw/sxxp2suU6c4GC5W7ZtzjZ8=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-HmX4C1DXPS/14TGxKFnw/sxxp2suU6c4GC5W7ZtzjZ8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-7cB+fDYWy1Qe3apEPaUMA2+6KmMpC7ANjEgIde00Pas=";
|
||||
|
@ -28,6 +28,7 @@ buildGoModule rec {
|
|||
operations, it can be used both as a library and as independent CLI tool.
|
||||
'';
|
||||
homepage = "https://github.com/projectdiscovery/mapcidr";
|
||||
changelog = "https://github.com/projectdiscovery/mapcidr/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hanemile ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue