nkeys: add changelog to meta
This commit is contained in:
parent
899318a6a8
commit
2eefc791b4
1 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,8 @@ buildGoModule rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "nats-io";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ePpFzwjFKcm/xgt9TBl1CVnJYxO389rV9uLONeUeX0c=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ePpFzwjFKcm/xgt9TBl1CVnJYxO389rV9uLONeUeX0c=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-ozK0vimYs7wGplw1QhSu+q8R+YsIYHU4m08a7K6i78I=";
|
||||
|
@ -19,6 +19,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Public-key signature system for NATS";
|
||||
homepage = "https://github.com/nats-io/nkeys";
|
||||
changelog = "https://github.com/nats-io/nkeys/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "nk";
|
||||
|
|
Loading…
Reference in a new issue