natscli: refactor

This commit is contained in:
Fabian Affolter 2024-02-17 18:05:37 +01:00
parent cb51ceeee5
commit 715978361a

View File

@ -9,9 +9,9 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "nats-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-40gKG47C8RvgPm3qJ5oNJP82efmCfrCSKVt+35jawlw=";
repo = "natscli";
rev = "refs/tags/v${version}";
hash = "sha256-40gKG47C8RvgPm3qJ5oNJP82efmCfrCSKVt+35jawlw=";
};
vendorHash = "sha256-d2JijN9OU/hQFU3Q2kEAWU0nRrPacfRWNIhEuLHjoIc=";
@ -19,6 +19,7 @@ buildGoModule rec {
meta = with lib; {
description = "NATS Command Line Interface";
homepage = "https://github.com/nats-io/natscli";
changelog = "https://github.com/nats-io/natscli/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
mainProgram = "nats";