Skip to content

Commit 0cb387f

Browse files
authored
natscli: 0.1.5 -> 0.1.6 (#367647)
2 parents 8c62a16 + ff181ef commit 0cb387f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/na/natscli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "natscli";
10-
version = "0.1.5";
10+
version = "0.1.6";
1111

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

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

2121
ldflags = [
2222
"-X main.version=${version}"

0 commit comments

Comments
 (0)