Skip to content

Commit

Permalink
natscli: 0.1.5 -> 0.1.6 (NixOS#367647)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 23, 2024
2 parents 8c62a16 + ff181ef commit 0cb387f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/na/natscli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "natscli";
version = "0.1.5";
version = "0.1.6";

src = fetchFromGitHub {
owner = "nats-io";
repo = "natscli";
rev = "refs/tags/v${version}";
hash = "sha256-hLjiY4+01t1ZlP+N8qBG0YiDiw6VdTdeNkrwHwthrjk=";
hash = "sha256-kdoBHTJq/Sj27BOD4NFDVpMlywG5H7vGRS6uUbPscOY=";
};

vendorHash = "sha256-T6VcyklwfRS012ZRzqxkahn9YYrQGky/znTqLIkAoK0=";
vendorHash = "sha256-RM0PskgKT+n2EQkoIwIbCAwh03TLdcwj7g8AjXBeZPY=";

ldflags = [
"-X main.version=${version}"
Expand Down

0 comments on commit 0cb387f

Please sign in to comment.