Merge pull request #190599 from r-ryantm/auto-update/natscli

natscli: 0.0.33 -> 0.0.34
This commit is contained in:
Fabian Affolter 2022-09-10 10:20:54 +02:00 committed by GitHub
commit 932d39e60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";