nats-top: fix version

This commit is contained in:
figsoda 2023-07-02 10:55:19 -04:00
parent 3cf540aa14
commit b538ea0971

View File

@ -16,6 +16,12 @@ buildGoModule rec {
vendorHash = "sha256-IhaeM/stU9O48reT/mUadSkZDz0JXKCXjSRw8TMesTY=";
ldflags = [
"-s"
"-w"
"-X=main.version=${version}"
];
meta = with lib; {
description = "top-like tool for monitoring NATS servers";
homepage = "https://github.com/nats-io/nats-top";