summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-10 01:34:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-10 01:34:15 +0000
commita6f6e530c1cc14816497741c9487088f95f0f3ce (patch)
tree1d6a3f9400aa4d0662239f77813513db503d6a66
parent34fde40edd9bf8a8f071cfbfd05965921b16bf66 (diff)
downloadnixpkgs-a6f6e530c1cc14816497741c9487088f95f0f3ce.tar
nixpkgs-a6f6e530c1cc14816497741c9487088f95f0f3ce.tar.gz
nixpkgs-a6f6e530c1cc14816497741c9487088f95f0f3ce.tar.bz2
nixpkgs-a6f6e530c1cc14816497741c9487088f95f0f3ce.tar.lz
nixpkgs-a6f6e530c1cc14816497741c9487088f95f0f3ce.tar.xz
nixpkgs-a6f6e530c1cc14816497741c9487088f95f0f3ce.tar.zst
nixpkgs-a6f6e530c1cc14816497741c9487088f95f0f3ce.zip
natscli: 0.0.33 -> 0.0.34
-rw-r--r--pkgs/tools/system/natscli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/natscli/default.nix b/pkgs/tools/system/natscli/default.nix
index 4b9b3134957..8b461fa7f3c 100644
--- a/pkgs/tools/system/natscli/default.nix
+++ b/pkgs/tools/system/natscli/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "natscli";
-  version = "0.0.33";
+  version = "0.0.34";
 
   src = fetchFromGitHub {
     owner = "nats-io";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-x1alZ+184dXXL2GeDSnvRjTW5P6GlJCrWL50663/pDo=";
+    sha256 = "sha256-tDs0OrMeWLhBUnngJRBmAauwMA/zdMC4ED7xcCED4Zs=";
   };
 
-  vendorSha256 = "sha256-f5ozwXpryB7+alJ/ydfpZowJGowcOn6dOHK9pmUSf5c=";
+  vendorSha256 = "sha256-Wv0V1/BbO8cP9Qj1TBCDpPTpbv3xzT8eCLPBhCPxRKo=";
 
   meta = with lib; {
     description = "NATS Command Line Interface";